I just started to learn how to use action listeners. To my understanding it works in the following way:
There are some classes which contains \"addActionLis
Personnaly, when possible, i prefer to use an Action class (as an example a subclass of AbstractAction) instead of simply relying on an action listener. This way, I can provide the originating widget a name, an icon, a tooltip, and so on ...
AbstractAction