Button with an Action Listener
Who knows how to add an action listener to a normal button?An example code with a button, that changes its name, when clicked on it, would be great.
[162 byte] By [
EricFalbea] at [2007-11-27 8:02:22]

implement the actionlistener.. add a button, add a listener to it, create an actionperformed method and add the statements you want,..