JFrame is a class of javax.swing package extended by java.awt.frame, it adds support for JFC/SWING component architecture. It is the top level window, with border and a title bar. JFrameclass has many methods which can be used to customize it.
#JavaTutorials #JFrame #javaFrames