ListMaintainacePanel: fix bug in button enabling/disabling; class not abstract anymore
SwingUtil: avoid unnecessary recursions in setEnabled(.); enable/disable Buttons via corresponding Action (if possible) to avoid inconsistencies between Button enables state and Action enabled state
|