Nothing happens when running GUI
问题 I'm doing a project for my class and I'm working on the GUI right now. I don't have much because, well, it's not showing up and it's infuriating. Here's my code. public class BookQuizGUI extends JFrame implements ActionListener { private Container c; private JPanel pnlButtons; private JButton addQs; private JButton takeQuiz; private JButton quit; private Container c2; private JPanel pnlButtons2; private JComboBox qType; private JComboBox ans; private JTextField q; private JTextField cA;