| ★ wanayoo — archive 1999 http://java.sun.com/j2se/1.3/docs/guide/swing/JFrameChanges.html | Nouvelle recherche | Portail wanayoo |
|
JFrame |
Other Swing Changes |
Add EXIT_ON_CLOSE defaultCloseOperation Constant
JFrame provides thesetDefaultCloseOperationmethod which can be used to configure the default action when a JFrame is closed. For single framed applications it often the case that closing the frame will exit the application. Previously, developers had to add a WindowListener and do this themselves. To make this common case easier for developers to accomplish, a constant has been added to JFrame that specifies when the frame closes the application should exit: See:
|
Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: swing-feedback@java.sun.com. This is not a subscription list. |
Java Software |