Searched refs:frame (Results 1 - 25 of 163) sorted by relevance

1234567

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/
H A DGUIManager.java79 JFrame frame = new JFrame(rb.getString("dt_tool_title_msg"));
80 frame.setSize(800, 700);
81 frame.getContentPane().add(mainPanel, java.awt.BorderLayout.CENTER);
82 frame.validate();
84 Dimension frameSize = frame.getSize();
91 frame.setLocation((screenSize.width - frameSize.width) / 2,
93 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
94 frame.setVisible(true);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java64 private JFrame frame; field in class:QuickSetupDialog
105 frame = new JFrame(String.valueOf(application.getFrameTitle()));
106 frame.getContentPane().add(getFramePanel());
107 frame.addWindowListener(new WindowAdapter() {
112 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
113 Utilities.setFrameIcon(frame);
122 frame.pack();
123 int minWidth = (int) frame.getPreferredSize().getWidth();
124 int minHeight = (int) frame.getPreferredSize().getHeight();
125 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java65 private JFrame frame; field in class:QuickSetupDialog
106 frame = new JFrame(String.valueOf(application.getFrameTitle()));
107 frame.getContentPane().add(getFramePanel());
108 frame.addWindowListener(new WindowAdapter() {
113 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
114 Utilities.setFrameIcon(frame);
123 frame.pack();
124 int minWidth = (int) frame.getPreferredSize().getWidth();
125 int minHeight = (int) frame.getPreferredSize().getHeight();
126 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java65 private JFrame frame; field in class:QuickSetupDialog
106 frame = new JFrame(String.valueOf(application.getFrameTitle()));
107 frame.getContentPane().add(getFramePanel());
108 frame.addWindowListener(new WindowAdapter() {
113 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
114 Utilities.setFrameIcon(frame);
123 frame.pack();
124 int minWidth = (int) frame.getPreferredSize().getWidth();
125 int minHeight = (int) frame.getPreferredSize().getHeight();
126 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java64 private JFrame frame; field in class:QuickSetupDialog
105 frame = new JFrame(String.valueOf(application.getFrameTitle()));
106 frame.getContentPane().add(getFramePanel());
107 frame.addWindowListener(new WindowAdapter() {
112 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
113 Utilities.setFrameIcon(frame);
122 frame.pack();
123 int minWidth = (int) frame.getPreferredSize().getWidth();
124 int minHeight = (int) frame.getPreferredSize().getHeight();
125 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java65 private JFrame frame; field in class:QuickSetupDialog
106 frame = new JFrame(String.valueOf(application.getFrameTitle()));
107 frame.getContentPane().add(getFramePanel());
108 frame.addWindowListener(new WindowAdapter() {
113 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
114 Utilities.setFrameIcon(frame);
123 frame.pack();
124 int minWidth = (int) frame.getPreferredSize().getWidth();
125 int minHeight = (int) frame.getPreferredSize().getHeight();
126 Utilities.centerOnScreen(frame);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupDialog.java63 private JFrame frame; field in class:QuickSetupDialog
98 frame = new JFrame(String.valueOf(application.getFrameTitle()));
99 frame.getContentPane().add(getFramePanel());
100 frame.addWindowListener(new WindowAdapter() {
105 frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
106 Utilities.setFrameIcon(frame);
115 frame.pack();
116 int minWidth = (int) frame.getPreferredSize().getWidth();
117 int minHeight = (int) frame.getPreferredSize().getHeight();
118 Utilities.centerOnScreen(frame);
[all...]
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAActivityIndicator.m57 CGFloat width = self.superview.frame.size.width / 1.5;
59 self.frame = CGRectMake(self.superview.frame.size.width / 2 - width / 2,
60 self.superview.frame.size.height / 2 - height / 2,
63 self.vibrancyView.frame = self.bounds;
66 self.activityIndicator.frame = CGRectMake(5, height / 2 - activityIndicatorSize / 2,
73 self.label.frame = CGRectMake(activityIndicatorSize + 5, 0, width - activityIndicatorSize - 15, height);
H A DFRACircleProgressView.m26 - (instancetype)initWithFrame:(CGRect)frame {
27 self = [super initWithFrame:frame];
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java80 // stack frame.
83 // The GUI tree that will be used to hold stack frame information;
264 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
267 ProfileStackFrame existingFrame = rootFrames.get(frame);
270 existingFrame = frame;
358 for (ProfileStackFrame frame : getRootFrames())
360 printFrame(frame, 0);
367 * Prints the provided stack frame and its subordinates using the provided
370 * @param frame The stack frame t
374 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java81 // stack frame.
84 // The GUI tree that will be used to hold stack frame information;
265 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
268 ProfileStackFrame existingFrame = rootFrames.get(frame);
271 existingFrame = frame;
359 for (ProfileStackFrame frame : getRootFrames())
361 printFrame(frame, 0);
368 * Prints the provided stack frame and its subordinates using the provided
371 * @param frame The stack frame t
375 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java80 // stack frame.
83 // The GUI tree that will be used to hold stack frame information;
264 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
267 ProfileStackFrame existingFrame = rootFrames.get(frame);
270 existingFrame = frame;
358 for (ProfileStackFrame frame : getRootFrames())
360 printFrame(frame, 0);
367 * Prints the provided stack frame and its subordinates using the provided
370 * @param frame The stack frame t
374 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileViewer.java83 * stack frame.
87 /** The GUI tree that will be used to hold stack frame information;. */
258 ProfileStackFrame frame = new ProfileStackFrame(classNames[pos],
261 ProfileStackFrame existingFrame = rootFrames.get(frame);
264 existingFrame = frame;
349 for (ProfileStackFrame frame : getRootFrames())
351 printFrame(frame, 0);
358 * Prints the provided stack frame and its subordinates using the provided
361 * @param frame The stack frame t
365 printFrame(ProfileStackFrame frame, int indent) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/password/css/
H A Dadminstyle.css44 .alert-error-frame { background-color: #C00; }
46 .alert-warning-frame { background-color: #FC0; }
48 .alert-info-frame { background-color: #99C; }
/forgerock/openam/openam-server-only/src/main/webapp/password/css/
H A Dadminstyle.css44 .alert-error-frame { background-color: #C00; }
46 .alert-warning-frame { background-color: #FC0; }
48 .alert-info-frame { background-color: #99C; }
/forgerock/openam-v13/openam-server-only/src/main/webapp/login_images/
H A Dmaster-style.css35 table.sun-admin-button-enable-frame-color {background-color:#000000}
36 table.sun-admin-button-disable-frame-color {background-color:#999999}
/forgerock/openam/openam-server-only/src/main/webapp/login_images/
H A Dmaster-style.css35 table.sun-admin-button-enable-frame-color {background-color:#000000}
36 table.sun-admin-button-disable-frame-color {background-color:#999999}
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java107 GenericFrame frame = frames.get(action);
108 if (frame == null)
121 frame = createFrame(panel);
123 frames.put(action, frame);
124 Utilities.centerGoldenMean(frame,
133 if (!frame.isVisible())
135 frame.setVisible(true);
139 frame.toFront();
176 * Creates the frame to be displayed using the provided panel.
177 * @param panel the panel that will be contained in the frame
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java106 GenericFrame frame = frames.get(action);
107 if (frame == null)
120 frame = createFrame(panel);
122 frames.put(action, frame);
123 Utilities.centerGoldenMean(frame,
132 if (!frame.isVisible())
134 frame.setVisible(true);
138 frame.toFront();
175 * Creates the frame to be displayed using the provided panel.
176 * @param panel the panel that will be contained in the frame
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java107 GenericFrame frame = frames.get(action);
108 if (frame == null)
121 frame = createFrame(panel);
123 frames.put(action, frame);
124 Utilities.centerGoldenMean(frame,
133 if (!frame.isVisible())
135 frame.setVisible(true);
139 frame.toFront();
176 * Creates the frame to be displayed using the provided panel.
177 * @param panel the panel that will be contained in the frame
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java106 GenericFrame frame = frames.get(action);
107 if (frame == null)
120 frame = createFrame(panel);
122 frames.put(action, frame);
123 Utilities.centerGoldenMean(frame,
132 if (!frame.isVisible())
134 frame.setVisible(true);
138 frame.toFront();
175 * Creates the frame to be displayed using the provided panel.
176 * @param panel the panel that will be contained in the frame
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java107 GenericFrame frame = frames.get(action);
108 if (frame == null)
121 frame = createFrame(panel);
123 frames.put(action, frame);
124 Utilities.centerGoldenMean(frame,
133 if (!frame.isVisible())
135 frame.setVisible(true);
139 frame.toFront();
176 * Creates the frame to be displayed using the provided panel.
177 * @param panel the panel that will be contained in the frame
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java105 GenericFrame frame = frames.get(action);
106 if (frame == null)
119 frame = createFrame(panel);
121 frames.put(action, frame);
122 Utilities.centerGoldenMean(frame,
131 if (!frame.isVisible())
133 frame.setVisible(true);
137 frame.toFront();
172 * Creates the frame to be displayed using the provided panel.
173 * @param panel the panel that will be contained in the frame
[all...]

Completed in 339 milliseconds

1234567