remove unnecessary addNotify override
git-svn-id: svn://10.0.0.236/trunk@239232 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -51,11 +51,6 @@ import org.w3c.dom.Element;
|
||||
|
||||
public class TestBrowser extends JPanel {
|
||||
|
||||
public void addNotify() {
|
||||
super.addNotify();
|
||||
browserControlCanvas.setVisible(true);
|
||||
}
|
||||
|
||||
public static ImageIcon browseIcon = new ImageIcon(
|
||||
TestBrowser.class.getResource("images/Right.gif"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user