|
From: <no...@so...> - 2002-02-19 20:29:06
|
Bugs item #520130, was opened at 2002-02-19 12:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=520130&group_id=44253 Category: Other Group: Ugly Status: Open Resolution: None Priority: 5 Submitted By: Brian Stoler (brianstoler) Assigned to: Brian Stoler (brianstoler) Summary: Redundant enabling of menu/toolbar items Initial Comment: It's best to always enable actions by Action.setEnabled, rather than JButton.setEnabled and JMenuItem.setEnabled. Then you only need one call to set all of them! I'm going to clean this up. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=520130&group_id=44253 |