src/java.desktop/share/classes/java/awt/Window.java
changeset 58329 483f14c3e0a2
parent 58325 d32a3b1ca84a
parent 58309 c6f8b2c3dc66
child 58679 9c3209ff7550
equal deleted inserted replaced
58328:fe46ee1d42ee 58329:483f14c3e0a2
   370      * @serial
   370      * @serial
   371      * @see #getShape()
   371      * @see #getShape()
   372      * @see #setShape(Shape)
   372      * @see #setShape(Shape)
   373      * @since 1.7
   373      * @since 1.7
   374      */
   374      */
       
   375     @SuppressWarnings("serial") // Not statically typed as Serializable
   375     private Shape shape = null;
   376     private Shape shape = null;
   376 
   377 
   377     private static final String base = "win";
   378     private static final String base = "win";
   378     private static int nameCounter = 0;
   379     private static int nameCounter = 0;
   379 
   380