Swing in Java
Swing in Java
Applet
JWindow
JFrame
• JFrame – A frame is an instance of JFrame. Frame is a window that
can have title, border, menu, buttons, text fields and several other
components. A Swing application must have a frame to have the
components added to it.