Searched refs:gbc (Results 126 - 150 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DWebBrowserErrorDialog.java105 GridBagConstraints gbc = new GridBagConstraints();
106 gbc.gridwidth = 3;
107 gbc.anchor = GridBagConstraints.NORTHWEST;
108 gbc.insets = UIFactory.getCurrentStepPanelInsets();
110 UIFactory.TextStyle.NO_STYLE), gbc);
111 gbc.weightx = 1.0;
112 gbc.gridwidth = GridBagConstraints.RELATIVE;
114 gbc.insets.left = 0;
115 gbc.fill = GridBagConstraints.BOTH;
122 p1.add(tf, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DImportLDIFPanel.java146 GridBagConstraints gbc = new GridBagConstraints();
147 gbc.anchor = GridBagConstraints.WEST;
148 gbc.gridx = 0;
149 gbc.gridy = 0;
150 gbc.gridwidth = 3;
151 addErrorPane(gbc);
153 gbc.gridy ++;
154 gbc.weightx = 0.0;
155 gbc.gridwidth = 1;
156 gbc
[all...]
H A DConfirmInitializeAndImportDialog.java162 GridBagConstraints gbc = new GridBagConstraints();
163 gbc.gridx = 0;
164 gbc.gridy = 0;
165 gbc.gridwidth = 1;
166 addErrorPane(gbc);
168 gbc.gridy ++;
169 gbc.fill = GridBagConstraints.VERTICAL;
170 gbc.weighty = 1.0;
171 add(Box.createVerticalGlue(), gbc);
172 gbc
[all...]
H A DTaskToSchedulePanel.java169 GridBagConstraints gbc = new GridBagConstraints();
173 gbc.gridx = 0;
174 gbc.gridy = 0;
175 gbc.gridwidth = 1;
176 gbc.fill = GridBagConstraints.HORIZONTAL;
177 add(explanation, gbc);
178 gbc.gridy ++;
179 gbc.insets.top = 10;
204 gbc.weightx = 0.0;
205 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java164 GridBagConstraints gbc = new GridBagConstraints();
165 gbc.gridx = 0;
166 gbc.gridy = 0;
167 gbc.gridwidth = 1;
168 addErrorPane(gbc);
170 gbc.gridy ++;
171 gbc.fill = GridBagConstraints.VERTICAL;
172 gbc.weighty = 1.0;
173 add(Box.createVerticalGlue(), gbc);
174 gbc
[all...]
H A DTaskToSchedulePanel.java169 GridBagConstraints gbc = new GridBagConstraints();
173 gbc.gridx = 0;
174 gbc.gridy = 0;
175 gbc.gridwidth = 1;
176 gbc.fill = GridBagConstraints.HORIZONTAL;
177 add(explanation, gbc);
178 gbc.gridy ++;
179 gbc.insets.top = 10;
204 gbc.weightx = 0.0;
205 gbc
[all...]
H A DUnsavedChangesDialog.java162 GridBagConstraints gbc = new GridBagConstraints();
163 gbc.gridx = 0;
164 gbc.gridy = 0;
165 gbc.gridwidth = 1;
166 addErrorPane(gbc);
168 gbc.gridy ++;
169 gbc.fill = GridBagConstraints.VERTICAL;
170 gbc.weighty = 1.0;
171 add(Box.createVerticalGlue(), gbc);
172 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java163 GridBagConstraints gbc = new GridBagConstraints();
164 gbc.gridx = 0;
165 gbc.gridy = 0;
166 gbc.gridwidth = 1;
167 addErrorPane(gbc);
169 gbc.gridy ++;
170 gbc.fill = GridBagConstraints.VERTICAL;
171 gbc.weighty = 1.0;
172 add(Box.createVerticalGlue(), gbc);
173 gbc
[all...]
H A DTaskToSchedulePanel.java168 GridBagConstraints gbc = new GridBagConstraints();
172 gbc.gridx = 0;
173 gbc.gridy = 0;
174 gbc.gridwidth = 1;
175 gbc.fill = GridBagConstraints.HORIZONTAL;
176 add(explanation, gbc);
177 gbc.gridy ++;
178 gbc.insets.top = 10;
203 gbc.weightx = 0.0;
204 gbc
[all...]
H A DUnsavedChangesDialog.java161 GridBagConstraints gbc = new GridBagConstraints();
162 gbc.gridx = 0;
163 gbc.gridy = 0;
164 gbc.gridwidth = 1;
165 addErrorPane(gbc);
167 gbc.gridy ++;
168 gbc.fill = GridBagConstraints.VERTICAL;
169 gbc.weighty = 1.0;
170 add(Box.createVerticalGlue(), gbc);
171 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java164 GridBagConstraints gbc = new GridBagConstraints();
165 gbc.gridx = 0;
166 gbc.gridy = 0;
167 gbc.gridwidth = 1;
168 addErrorPane(gbc);
170 gbc.gridy ++;
171 gbc.fill = GridBagConstraints.VERTICAL;
172 gbc.weighty = 1.0;
173 add(Box.createVerticalGlue(), gbc);
174 gbc
[all...]
H A DTaskToSchedulePanel.java169 GridBagConstraints gbc = new GridBagConstraints();
173 gbc.gridx = 0;
174 gbc.gridy = 0;
175 gbc.gridwidth = 1;
176 gbc.fill = GridBagConstraints.HORIZONTAL;
177 add(explanation, gbc);
178 gbc.gridy ++;
179 gbc.insets.top = 10;
204 gbc.weightx = 0.0;
205 gbc
[all...]
H A DUnsavedChangesDialog.java162 GridBagConstraints gbc = new GridBagConstraints();
163 gbc.gridx = 0;
164 gbc.gridy = 0;
165 gbc.gridwidth = 1;
166 addErrorPane(gbc);
168 gbc.gridy ++;
169 gbc.fill = GridBagConstraints.VERTICAL;
170 gbc.weighty = 1.0;
171 add(Box.createVerticalGlue(), gbc);
172 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java163 GridBagConstraints gbc = new GridBagConstraints();
164 gbc.gridx = 0;
165 gbc.gridy = 0;
166 gbc.gridwidth = 1;
167 addErrorPane(gbc);
169 gbc.gridy ++;
170 gbc.fill = GridBagConstraints.VERTICAL;
171 gbc.weighty = 1.0;
172 add(Box.createVerticalGlue(), gbc);
173 gbc
[all...]
H A DTaskToSchedulePanel.java168 GridBagConstraints gbc = new GridBagConstraints();
172 gbc.gridx = 0;
173 gbc.gridy = 0;
174 gbc.gridwidth = 1;
175 gbc.fill = GridBagConstraints.HORIZONTAL;
176 add(explanation, gbc);
177 gbc.gridy ++;
178 gbc.insets.top = 10;
203 gbc.weightx = 0.0;
204 gbc
[all...]
H A DUnsavedChangesDialog.java161 GridBagConstraints gbc = new GridBagConstraints();
162 gbc.gridx = 0;
163 gbc.gridy = 0;
164 gbc.gridwidth = 1;
165 addErrorPane(gbc);
167 gbc.gridy ++;
168 gbc.fill = GridBagConstraints.VERTICAL;
169 gbc.weighty = 1.0;
170 add(Box.createVerticalGlue(), gbc);
171 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DConfirmInitializeAndImportDialog.java164 GridBagConstraints gbc = new GridBagConstraints();
165 gbc.gridx = 0;
166 gbc.gridy = 0;
167 gbc.gridwidth = 1;
168 addErrorPane(gbc);
170 gbc.gridy ++;
171 gbc.fill = GridBagConstraints.VERTICAL;
172 gbc.weighty = 1.0;
173 add(Box.createVerticalGlue(), gbc);
174 gbc
[all...]
H A DTaskToSchedulePanel.java169 GridBagConstraints gbc = new GridBagConstraints();
173 gbc.gridx = 0;
174 gbc.gridy = 0;
175 gbc.gridwidth = 1;
176 gbc.fill = GridBagConstraints.HORIZONTAL;
177 add(explanation, gbc);
178 gbc.gridy ++;
179 gbc.insets.top = 10;
204 gbc.weightx = 0.0;
205 gbc
[all...]
H A DUnsavedChangesDialog.java162 GridBagConstraints gbc = new GridBagConstraints();
163 gbc.gridx = 0;
164 gbc.gridy = 0;
165 gbc.gridwidth = 1;
166 addErrorPane(gbc);
168 gbc.gridy ++;
169 gbc.fill = GridBagConstraints.VERTICAL;
170 gbc.weighty = 1.0;
171 add(Box.createVerticalGlue(), gbc);
172 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.gridx = 0;
130 gbc.gridy = 0;
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.gridwidth = 1;
134 gbc.gridheight = 1;
135 gbc.fill = GridBagConstraints.HORIZONTAL;
136 gbc.anchor = GridBagConstraints.WEST;
140 add(availableLabel, gbc);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.gridx = 0;
129 gbc.gridy = 0;
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.gridwidth = 1;
133 gbc.gridheight = 1;
134 gbc.fill = GridBagConstraints.HORIZONTAL;
135 gbc.anchor = GridBagConstraints.WEST;
139 add(availableLabel, gbc);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.gridx = 0;
130 gbc.gridy = 0;
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.gridwidth = 1;
134 gbc.gridheight = 1;
135 gbc.fill = GridBagConstraints.HORIZONTAL;
136 gbc.anchor = GridBagConstraints.WEST;
140 add(availableLabel, gbc);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.gridx = 0;
129 gbc.gridy = 0;
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.gridwidth = 1;
133 gbc.gridheight = 1;
134 gbc.fill = GridBagConstraints.HORIZONTAL;
135 gbc.anchor = GridBagConstraints.WEST;
139 add(availableLabel, gbc);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.gridx = 0;
130 gbc.gridy = 0;
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.gridwidth = 1;
134 gbc.gridheight = 1;
135 gbc.fill = GridBagConstraints.HORIZONTAL;
136 gbc.anchor = GridBagConstraints.WEST;
140 add(availableLabel, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DDoubleAddRemovePanel.java127 GridBagConstraints gbc = new GridBagConstraints();
128 gbc.gridx = 0;
129 gbc.gridy = 0;
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.gridwidth = 1;
133 gbc.gridheight = 1;
134 gbc.fill = GridBagConstraints.HORIZONTAL;
135 gbc.anchor = GridBagConstraints.WEST;
139 add(availableLabel, gbc);
[all...]

Completed in 98 milliseconds

1234567891011>>