mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
revert opaque status for the panel
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ import java.awt.*;
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public abstract class TestResultsPanel extends NonOpaquePanel implements Disposable, DataProvider {
|
||||
public abstract class TestResultsPanel extends JPanel implements Disposable, DataProvider {
|
||||
private JScrollPane myLeftPane;
|
||||
protected final JComponent myConsole;
|
||||
protected ToolbarPanel myToolbarPanel;
|
||||
|
||||
Reference in New Issue
Block a user