mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
30.54.2009 42f2e1a845b40d776243cbf5d9e7a3b6d5255ffc
refs
author jvergara <jvergara@localhost>
Thursday, July 30, 2009 12:54 +0200
committer jvergara <jvergara@localhost>
Thursday, July 30, 2009 12:54 +0200
commit42f2e1a845b40d776243cbf5d9e7a3b6d5255ffc
tree 4b3c2fd144aafebe4dd8f1a4858e795f417b9fcd tree | zip | gz
parent c759f3ef343bcccde8030f33ff6481ce86d2d0e7 view | diff
Fix for issue 4157 (Control Panel does not display Mac OS menu bar in Browse Entries dialog)

Since all the dialogs (except for the main one) in the control panel are JDialog objects, they appear as secondary dialogs and the Mac OS menu bar do not appear on the top of the screen.

Some issues have been also reported because of this in Windows 2008, where the secondary dialogs are not resizable. The solution for this is to use JFrame instead of JDialog for the windows that are displayed when the user clicks on the left side actions (Import LDIF, Manage Entries, etc.).
1 files added
14 files modified
543 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ControlPanel.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseGeneralMonitoringPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseIndexPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseSchemaPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java 386 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntrySelectionPanel.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/MainActionsPane.java 32 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/ManageTasksPanel.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/TaskToSchedulePanel.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java 11 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/ui/LoginDialog.java 5 ●●●●● diff | view | raw | blame | history