This is my custom cps test
I wrote this in java swing which I am still getting used to so don't bully me
my action listeners are formated as follows
buttonname.addActionListener(new ActionListenser() {
@Override
public void ActionPerformed(ActionEvent e) {
}
}
instead of creating a class for the event and creating a new
instance everytime