Searched refs:inputPanel (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java68 private Component inputPanel; field in class:QuickSetupStepPanel
191 // Just take the preferred width of the inputPanel because the
195 if (inputPanel != null)
197 width = (int) inputPanel.getPreferredSize().getWidth();
300 inputPanel = createInputPanel();
335 if (inputPanel != null)
341 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
346 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java68 private Component inputPanel; field in class:QuickSetupStepPanel
191 // Just take the preferred width of the inputPanel because the
195 if (inputPanel != null)
197 width = (int) inputPanel.getPreferredSize().getWidth();
300 inputPanel = createInputPanel();
335 if (inputPanel != null)
341 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
346 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java69 private Component inputPanel; field in class:QuickSetupStepPanel
192 // Just take the preferred width of the inputPanel because the
196 if (inputPanel != null)
198 width = (int) inputPanel.getPreferredSize().getWidth();
301 inputPanel = createInputPanel();
336 if (inputPanel != null)
342 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
347 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupStepPanel.java66 private Component inputPanel; field in class:QuickSetupStepPanel
188 // Just take the preferred width of the inputPanel because the
192 if (inputPanel != null)
194 width = (int) inputPanel.getPreferredSize().getWidth();
297 inputPanel = createInputPanel();
332 if (inputPanel != null)
338 inputContainer.add(UIFactory.createBorderLessScrollBar(inputPanel),
343 inputContainer.add(inputPanel, INPUT_PANEL);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java138 JPanel inputPanel = new JPanel(new GridBagLayout());
139 setContentPane(inputPanel);
148 inputPanel.add(scroll, gbc);
152 inputPanel.add(panel, gbc);
158 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java113 JPanel inputPanel = new JPanel(new GridBagLayout());
114 setContentPane(inputPanel);
123 inputPanel.add(scroll, gbc);
127 inputPanel.add(panel, gbc);
133 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java137 JPanel inputPanel = new JPanel(new GridBagLayout());
138 setContentPane(inputPanel);
147 inputPanel.add(scroll, gbc);
151 inputPanel.add(panel, gbc);
157 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java112 JPanel inputPanel = new JPanel(new GridBagLayout());
113 setContentPane(inputPanel);
122 inputPanel.add(scroll, gbc);
126 inputPanel.add(panel, gbc);
132 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java138 JPanel inputPanel = new JPanel(new GridBagLayout());
139 setContentPane(inputPanel);
148 inputPanel.add(scroll, gbc);
152 inputPanel.add(panel, gbc);
158 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java113 JPanel inputPanel = new JPanel(new GridBagLayout());
114 setContentPane(inputPanel);
123 inputPanel.add(scroll, gbc);
127 inputPanel.add(panel, gbc);
133 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java137 JPanel inputPanel = new JPanel(new GridBagLayout());
138 setContentPane(inputPanel);
147 inputPanel.add(scroll, gbc);
151 inputPanel.add(panel, gbc);
157 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java112 JPanel inputPanel = new JPanel(new GridBagLayout());
113 setContentPane(inputPanel);
122 inputPanel.add(scroll, gbc);
126 inputPanel.add(panel, gbc);
132 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java138 JPanel inputPanel = new JPanel(new GridBagLayout());
139 setContentPane(inputPanel);
148 inputPanel.add(scroll, gbc);
152 inputPanel.add(panel, gbc);
158 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java113 JPanel inputPanel = new JPanel(new GridBagLayout());
114 setContentPane(inputPanel);
123 inputPanel.add(scroll, gbc);
127 inputPanel.add(panel, gbc);
133 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java118 JPanel inputPanel = new JPanel(new GridBagLayout());
119 setContentPane(inputPanel);
128 inputPanel.add(scroll, gbc);
132 inputPanel.add(panel, gbc);
138 inputPanel.add(createButtonsPanel(panel), gbc);
H A DGenericFrame.java104 JPanel inputPanel = new JPanel(new GridBagLayout());
105 setContentPane(inputPanel);
114 inputPanel.add(scroll, gbc);
118 inputPanel.add(panel, gbc);
124 inputPanel.add(createButtonsPanel(panel), gbc);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java292 JPanel inputPanel = new JPanel(new GridBagLayout());
293 inputPanel.setOpaque(false);
325 inputPanel.add(lInitialMemory, gbc);
329 inputPanel.add(tfInitialMemory, gbc);
337 inputPanel.add(lMb, gbc);
343 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
353 inputPanel.add(lMaxMemory, gbc);
357 inputPanel.add(tfMaxMemory, gbc);
365 inputPanel.add(lMb, gbc);
371 inputPanel
[all...]
H A DSecurityOptionsDialog.java346 JPanel inputPanel = new JPanel(new GridBagLayout());
347 inputPanel.setOpaque(false);
451 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
473 inputPanel.add(auxPanel, gbc);
479 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
493 inputPanel.add(auxPanel, gbc);
505 inputPanel.add(lCertificate, gbc);
512 inputPanel.add(auxPanel, gbc);
599 return inputPanel;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java293 JPanel inputPanel = new JPanel(new GridBagLayout());
294 inputPanel.setOpaque(false);
326 inputPanel.add(lInitialMemory, gbc);
330 inputPanel.add(tfInitialMemory, gbc);
338 inputPanel.add(lMb, gbc);
344 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
354 inputPanel.add(lMaxMemory, gbc);
358 inputPanel.add(tfMaxMemory, gbc);
366 inputPanel.add(lMb, gbc);
372 inputPanel
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java293 JPanel inputPanel = new JPanel(new GridBagLayout());
294 inputPanel.setOpaque(false);
326 inputPanel.add(lInitialMemory, gbc);
330 inputPanel.add(tfInitialMemory, gbc);
338 inputPanel.add(lMb, gbc);
344 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
354 inputPanel.add(lMaxMemory, gbc);
358 inputPanel.add(tfMaxMemory, gbc);
366 inputPanel.add(lMb, gbc);
372 inputPanel
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java292 JPanel inputPanel = new JPanel(new GridBagLayout());
293 inputPanel.setOpaque(false);
325 inputPanel.add(lInitialMemory, gbc);
329 inputPanel.add(tfInitialMemory, gbc);
337 inputPanel.add(lMb, gbc);
343 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
353 inputPanel.add(lMaxMemory, gbc);
357 inputPanel.add(tfMaxMemory, gbc);
365 inputPanel.add(lMb, gbc);
371 inputPanel
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java320 JPanel inputPanel = new JPanel(new GridBagLayout());
321 inputPanel.setOpaque(false);
353 inputPanel.add(lInitialMemory, gbc);
357 inputPanel.add(tfInitialMemory, gbc);
365 inputPanel.add(lMb, gbc);
371 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
381 inputPanel.add(lMaxMemory, gbc);
385 inputPanel.add(tfMaxMemory, gbc);
393 inputPanel.add(lMb, gbc);
399 inputPanel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java287 JPanel inputPanel = new JPanel(new GridBagLayout());
288 inputPanel.setOpaque(false);
320 inputPanel.add(lInitialMemory, gbc);
324 inputPanel.add(tfInitialMemory, gbc);
332 inputPanel.add(lMb, gbc);
338 inputPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
348 inputPanel.add(lMaxMemory, gbc);
352 inputPanel.add(tfMaxMemory, gbc);
360 inputPanel.add(lMb, gbc);
366 inputPanel
[all...]

Completed in 59 milliseconds

12