com.sun.swingset3.demos.frame.resources.FrameDemo.html Maven / Gradle / Ivy
Show how Swing's top-level GUI container,
JFrame,
can be used to build primary application windows which contain a menubar, toolbar,
statusbar, and a content area. Additionally, a glass pane can be easily
overlaid on top to implement transparent overlay effects.
For more information on using JFrames,
see The Java Tutorial: JFrame trail.