mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.15k stars 235 forks source link

ActionListener for WebLink #517

Closed mgarin closed 5 years ago

mgarin commented 5 years ago

There is no convenient way to listen to WebLink action event, so it is worth allowing ActionListener to be used.

mgarin commented 5 years ago

Added ActionListeners support.