I seem to have a problem on a Java Swing Program with ActionListener. I've tried to use getSource in our class but seem don't have an idea why it won't work when I tried to program at home. ( I'm using an earlier version of JCreator in school and a JCreator Pro here at home, Does that affect the program at all? )
Here's the code:
Code:
import javax.swing.*; import java.awt.*; import java.awt.event.*;
Leave a comment: