EditorPaneFrame.java:45: cannot resolve symbol symbol : method addActionListner (<anonymous java.awt.event.ActionListener> location: class javax.swing.JButton backButton.addActionListner(new ActionListener() ^ 2 errors Hope someone can help, many thanks ...
frame.getContentPane().add(lblInfo, BorderLayout.SOUTH); frame.setVisible(true); } // Close buildGUI() } // Close gList John Pisci Ranch Hand Posts: 44 posted 15 years ago Right, think I've got it sorted, thanks for all of your help! Added to the buildingGUI method: ? 1 ...