I need help with two little pieces of code...here is a portion of the beginning of my program. Do you need more of the code to figure out what I'm doing wrong? (the last two comments are about what I'm missing)
public class Capstone extends JApplet implements ActionListener {
JLabel enterLabel, resultLabel; JTextField enterField, resultField; int array[]; JTextArea outputArea = new JTextArea(); // You forgot to declare the variable value. // You forgot to declare the variable output.