src/share/classes/java/awt/Frame.java

Print this page

        

*** 447,457 **** init(title, gc); } private void init(String title, GraphicsConfiguration gc) { this.title = title; ! SunToolkit.checkAndSetPolicy(this, false); } /** * Construct a name for this component. Called by getName() when the * name is null. --- 447,457 ---- init(title, gc); } private void init(String title, GraphicsConfiguration gc) { this.title = title; ! SunToolkit.checkAndSetPolicy(this); } /** * Construct a name for this component. Called by getName() when the * name is null.