jdk/src/java.desktop/share/classes/java/awt/Window.java
changeset 32865 f9cb6e427f9e
parent 32294 58789f875b54
child 33510 1895624f2983
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   957             setBoundsOp(ComponentPeer.SET_CLIENT_SIZE);
   957             setBoundsOp(ComponentPeer.SET_CLIENT_SIZE);
   958             setBounds(x, y, w, h);
   958             setBounds(x, y, w, h);
   959         }
   959         }
   960     }
   960     }
   961 
   961 
   962     static private final AtomicBoolean
   962     private static final AtomicBoolean
   963         beforeFirstWindowShown = new AtomicBoolean(true);
   963         beforeFirstWindowShown = new AtomicBoolean(true);
   964 
   964 
   965     final void closeSplashScreen() {
   965     final void closeSplashScreen() {
   966         if (isTrayIconWindow) {
   966         if (isTrayIconWindow) {
   967             return;
   967             return;