Actions
Bug #4379
closedPreferencesFrame can be opened multiple times
Start date:
09/10/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4379
Description
It is currently possible to open up several PreferencesFrame objects by repeatedly clicking the source button on either the Component or the Data Tabs in Kepler. The PreferencesAction should recognize if the frame is open already and take the user to the appropriate tab in the already opened PreferencesFrame.
Updated by Aaron Aaron about 15 years ago
Added a singleton class called PreferencesTracker to determine if a PreferenceFrame is currently open. PreferencesAction now detects an open frame and opens the appropriate tab in the PreferencesFrame when called.
Actions