How do I create a borderless Frame/JFrame?
Created May 4, 2012
Scott Stanchfield
Instead of using a Frame/JFrame, use Window/JWindow.
The Window/JWindow classes (AWT/Swing) are borderless windows. Frame/JFrame are extensions of Window/JWindow that add borders, a titlebar, and the close/maximize/minimize controls found on most platforms.