|
Java Listener problems
I have a console application with a few check boxes.
Depending on which checkbox are ticked the program works out which checked item has the longest lifetime.
So I would like to use an action listener to process an if statement that works out the lifetime as soon as the button is clicked.
Any ideas?
|