Problem: How can a graphical user interface be added to Java programs?
JFrame allows us to create a windowJButtonJTextFieldActionListener to a GUI componentactionPerformed method to runProblem: How can a GUI be organized?
JLabel JRadioButtonJCheckBoxJTextAreaJOptionPane provides very basic I/OFlowLayoutBorderLayoutGridLayoutBoxLayout