Refactorings item #674893, was opened at 2003-01-26 03:57
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=451586&aid=674893&group_id=44253
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Peter Centgraf (centgraf)
Assigned to: Nobody/Anonymous (nobody)
Summary: JMenuBar Factory Method
Initial Comment:
The current menu bar setup code is integrated with the general setup code in ui/MainFrame. This makes it difficult to make platform-specific modifications, e.g. reordering the File menu, removing the redundant File->Quit item under Mac OS X, etc. It's also difficult to produce new copies of the menubar for use in secondary JFrames. (This is also important for consistency with Mac OS X system behavior.) Ideally, the menu bar would be setup through a factory method, and this method would interact with the new platform framework to tailor the menus to platform conventions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=451586&aid=674893&group_id=44253
|