public interface AppFrame
Modifier and Type | Method and Description |
---|---|
int |
getDefaultCloseOperation()
Returns the operation that occurs when the user
initiates a "close" on this frame.
|
void |
setDefaultCloseOperation(int operation)
Sets the operation that occurs when the user
initiates a "close" on this frame.
|
boolean |
wishesToExit()
Returns true if this frame wishes to exit.
|
boolean wishesToExit()
int getDefaultCloseOperation()
setDefaultCloseOperation(int)
void setDefaultCloseOperation(int operation)
getDefaultCloseOperation()