equal
deleted
inserted
replaced
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 |