private JLabel instructions; private JTextField data; and add these lines to the constructor: instructions = new JLabel("Enter a number (1-12) below"); ...
確定! 回上一頁