GLOSSARY
JFrame |
JFrame is a Window with border, title and buttons. |
JTextField |
JTextField allows editing/displaying of a single line of text. |
JWindow |
JWindow is Swing’s version of Window and is descended directly from that class. |
JTextArea |
JTextArea allows editing of multiple lines of text. |