Searched refs:gbc (Results 76 - 100 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java257 GridBagConstraints gbc = new GridBagConstraints();
261 gbc.fill = GridBagConstraints.BOTH;
262 gbc.gridwidth = GridBagConstraints.REMAINDER;
263 gbc.weightx = 1.0;
270 gbc.weighty = 0.0;
272 gbc.insets = insets;
273 topPanel.add(createTitlePanel(), gbc);
274 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
275 topPanel.add(createInstructionsPane(), gbc);
276 gbc
[all...]
H A DSelectAliasDialog.java146 GridBagConstraints gbc = new GridBagConstraints();
147 gbc.gridwidth = GridBagConstraints.RELATIVE;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
151 gbc.insets.top = currentStepInsets.top;
152 gbc.insets.left = currentStepInsets.left;
155 UIFactory.TextStyle.NO_STYLE), gbc);
156 gbc.weightx = 1.0;
157 gbc.gridwidth = GridBagConstraints.REMAINDER;
158 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
159 gbc
[all...]
H A DInstallLicensePanel.java90 GridBagConstraints gbc = new GridBagConstraints();
92 gbc.insets = UIFactory.getEmptyInsets();
93 gbc.anchor = GridBagConstraints.NORTHWEST;
94 gbc.gridwidth = GridBagConstraints.REMAINDER;
95 gbc.weightx = 1.0;
96 gbc.fill = GridBagConstraints.HORIZONTAL;
103 gbc.insets = UIFactory.getEmptyInsets();
104 gbc.insets.bottom = 3;
105 panel.add(l, gbc);
113 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java254 GridBagConstraints gbc = new GridBagConstraints();
258 gbc.fill = GridBagConstraints.BOTH;
259 gbc.gridwidth = GridBagConstraints.REMAINDER;
260 gbc.weightx = 1.0;
267 gbc.weighty = 0.0;
269 gbc.insets = insets;
270 topPanel.add(createTitlePanel(), gbc);
271 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
272 topPanel.add(createInstructionsPane(), gbc);
273 gbc
[all...]
H A DSelectAliasDialog.java147 GridBagConstraints gbc = new GridBagConstraints();
148 gbc.gridwidth = GridBagConstraints.RELATIVE;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
152 gbc.insets.top = currentStepInsets.top;
153 gbc.insets.left = currentStepInsets.left;
156 UIFactory.TextStyle.NO_STYLE), gbc);
157 gbc.weightx = 1.0;
158 gbc.gridwidth = GridBagConstraints.REMAINDER;
159 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
160 gbc
[all...]
H A DInstallLicensePanel.java91 GridBagConstraints gbc = new GridBagConstraints();
93 gbc.insets = UIFactory.getEmptyInsets();
94 gbc.anchor = GridBagConstraints.NORTHWEST;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.weightx = 1.0;
97 gbc.fill = GridBagConstraints.HORIZONTAL;
104 gbc.insets = UIFactory.getEmptyInsets();
105 gbc.insets.bottom = 3;
106 panel.add(l, gbc);
114 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java259 GridBagConstraints gbc = new GridBagConstraints();
263 gbc.fill = GridBagConstraints.BOTH;
264 gbc.gridwidth = GridBagConstraints.REMAINDER;
265 gbc.weightx = 1.0;
272 gbc.weighty = 0.0;
274 gbc.insets = insets;
275 topPanel.add(createTitlePanel(), gbc);
276 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
277 topPanel.add(createInstructionsPane(), gbc);
278 gbc
[all...]
H A DSelectAliasDialog.java146 GridBagConstraints gbc = new GridBagConstraints();
147 gbc.gridwidth = GridBagConstraints.RELATIVE;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
151 gbc.insets.top = currentStepInsets.top;
152 gbc.insets.left = currentStepInsets.left;
155 UIFactory.TextStyle.NO_STYLE), gbc);
156 gbc.weightx = 1.0;
157 gbc.gridwidth = GridBagConstraints.REMAINDER;
158 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
159 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java191 GridBagConstraints gbc = new GridBagConstraints();
192 gbc.gridx = 0;
193 gbc.gridy = 0;
195 addErrorPane(gbc);
197 gbc.gridy ++;
198 gbc.gridwidth = 1;
199 gbc.weightx = 0.0;
200 gbc.weighty = 0.0;
201 gbc.fill = GridBagConstraints.HORIZONTAL;
203 gbc
[all...]
H A DImportLDIFPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.anchor = GridBagConstraints.WEST;
161 gbc.gridx = 0;
162 gbc.gridy = 0;
163 gbc.gridwidth = 3;
164 addErrorPane(gbc);
166 gbc.gridy ++;
167 gbc.weightx = 0.0;
168 gbc.gridwidth = 1;
169 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java190 GridBagConstraints gbc = new GridBagConstraints();
191 gbc.gridx = 0;
192 gbc.gridy = 0;
194 addErrorPane(gbc);
196 gbc.gridy ++;
197 gbc.gridwidth = 1;
198 gbc.weightx = 0.0;
199 gbc.weighty = 0.0;
200 gbc.fill = GridBagConstraints.HORIZONTAL;
202 gbc
[all...]
H A DImportLDIFPanel.java158 GridBagConstraints gbc = new GridBagConstraints();
159 gbc.anchor = GridBagConstraints.WEST;
160 gbc.gridx = 0;
161 gbc.gridy = 0;
162 gbc.gridwidth = 3;
163 addErrorPane(gbc);
165 gbc.gridy ++;
166 gbc.weightx = 0.0;
167 gbc.gridwidth = 1;
168 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java191 GridBagConstraints gbc = new GridBagConstraints();
192 gbc.gridx = 0;
193 gbc.gridy = 0;
195 addErrorPane(gbc);
197 gbc.gridy ++;
198 gbc.gridwidth = 1;
199 gbc.weightx = 0.0;
200 gbc.weighty = 0.0;
201 gbc.fill = GridBagConstraints.HORIZONTAL;
203 gbc
[all...]
H A DImportLDIFPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.anchor = GridBagConstraints.WEST;
161 gbc.gridx = 0;
162 gbc.gridy = 0;
163 gbc.gridwidth = 3;
164 addErrorPane(gbc);
166 gbc.gridy ++;
167 gbc.weightx = 0.0;
168 gbc.gridwidth = 1;
169 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java190 GridBagConstraints gbc = new GridBagConstraints();
191 gbc.gridx = 0;
192 gbc.gridy = 0;
194 addErrorPane(gbc);
196 gbc.gridy ++;
197 gbc.gridwidth = 1;
198 gbc.weightx = 0.0;
199 gbc.weighty = 0.0;
200 gbc.fill = GridBagConstraints.HORIZONTAL;
202 gbc
[all...]
H A DImportLDIFPanel.java158 GridBagConstraints gbc = new GridBagConstraints();
159 gbc.anchor = GridBagConstraints.WEST;
160 gbc.gridx = 0;
161 gbc.gridy = 0;
162 gbc.gridwidth = 3;
163 addErrorPane(gbc);
165 gbc.gridy ++;
166 gbc.weightx = 0.0;
167 gbc.gridwidth = 1;
168 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java191 GridBagConstraints gbc = new GridBagConstraints();
192 gbc.gridx = 0;
193 gbc.gridy = 0;
195 addErrorPane(gbc);
197 gbc.gridy ++;
198 gbc.gridwidth = 1;
199 gbc.weightx = 0.0;
200 gbc.weighty = 0.0;
201 gbc.fill = GridBagConstraints.HORIZONTAL;
203 gbc
[all...]
H A DImportLDIFPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.anchor = GridBagConstraints.WEST;
161 gbc.gridx = 0;
162 gbc.gridy = 0;
163 gbc.gridwidth = 3;
164 addErrorPane(gbc);
166 gbc.gridy ++;
167 gbc.weightx = 0.0;
168 gbc.gridwidth = 1;
169 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DDuplicateEntryPanel.java179 GridBagConstraints gbc = new GridBagConstraints();
180 gbc.gridx = 0;
181 gbc.gridy = 0;
183 addErrorPane(gbc);
185 gbc.gridy ++;
186 gbc.gridwidth = 1;
187 gbc.weightx = 0.0;
188 gbc.weighty = 0.0;
189 gbc.fill = GridBagConstraints.HORIZONTAL;
191 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSelectAliasDialog.java146 GridBagConstraints gbc = new GridBagConstraints();
147 gbc.gridwidth = GridBagConstraints.RELATIVE;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
151 gbc.insets.top = currentStepInsets.top;
152 gbc.insets.left = currentStepInsets.left;
155 UIFactory.TextStyle.NO_STYLE), gbc);
156 gbc.weightx = 1.0;
157 gbc.gridwidth = GridBagConstraints.REMAINDER;
158 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
159 gbc
[all...]
H A DInstallLicensePanel.java90 GridBagConstraints gbc = new GridBagConstraints();
92 gbc.insets = UIFactory.getEmptyInsets();
93 gbc.anchor = GridBagConstraints.NORTHWEST;
94 gbc.gridwidth = GridBagConstraints.REMAINDER;
95 gbc.weightx = 1.0;
96 gbc.fill = GridBagConstraints.HORIZONTAL;
103 gbc.insets = UIFactory.getEmptyInsets();
104 gbc.insets.bottom = 3;
105 panel.add(l, gbc);
113 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSelectAliasDialog.java147 GridBagConstraints gbc = new GridBagConstraints();
148 gbc.gridwidth = GridBagConstraints.RELATIVE;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
152 gbc.insets.top = currentStepInsets.top;
153 gbc.insets.left = currentStepInsets.left;
156 UIFactory.TextStyle.NO_STYLE), gbc);
157 gbc.weightx = 1.0;
158 gbc.gridwidth = GridBagConstraints.REMAINDER;
159 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
160 gbc
[all...]
H A DInstallLicensePanel.java91 GridBagConstraints gbc = new GridBagConstraints();
93 gbc.insets = UIFactory.getEmptyInsets();
94 gbc.anchor = GridBagConstraints.NORTHWEST;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.weightx = 1.0;
97 gbc.fill = GridBagConstraints.HORIZONTAL;
104 gbc.insets = UIFactory.getEmptyInsets();
105 gbc.insets.bottom = 3;
106 panel.add(l, gbc);
114 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSelectAliasDialog.java147 GridBagConstraints gbc = new GridBagConstraints();
148 gbc.gridwidth = GridBagConstraints.RELATIVE;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
152 gbc.insets.top = currentStepInsets.top;
153 gbc.insets.left = currentStepInsets.left;
156 UIFactory.TextStyle.NO_STYLE), gbc);
157 gbc.weightx = 1.0;
158 gbc.gridwidth = GridBagConstraints.REMAINDER;
159 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
160 gbc
[all...]
H A DInstallLicensePanel.java91 GridBagConstraints gbc = new GridBagConstraints();
93 gbc.insets = UIFactory.getEmptyInsets();
94 gbc.anchor = GridBagConstraints.NORTHWEST;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.weightx = 1.0;
97 gbc.fill = GridBagConstraints.HORIZONTAL;
104 gbc.insets = UIFactory.getEmptyInsets();
105 gbc.insets.bottom = 3;
106 panel.add(l, gbc);
114 gbc
[all...]

Completed in 98 milliseconds

1234567891011>>