CloseableFrame.java - creates a frame that will handle window close events correctly. This class extend JFrame.
Default constructorPostcondition: I have been initialized:
Explicit Point constructorReceive: title, a String.
Postcondition: I have been initialized: the title of the frame has been set;
main functionThis class can be used as a standalone application. It will create an instance of itself and make itself visible.
Back to the package documentation index