There are only two things you can add or do in a JPanel (aside from event handlers). One is to add other components such as JTextAreas, JTextFields, JComboBoxes, JButtons, etc. The other thing you...