Source Code: This code can be extended to create a resizable window: ResizablePanel.java
This code is an example extension: OverloadedResizablePanel.java
This is an applet that creates the window: MyApplet.java (there is only one relevant line in that file)
Back