Searched refs:gbc (Results 101 - 125 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DInstallLicensePanel.java83 GridBagConstraints gbc = new GridBagConstraints();
85 gbc.insets = UIFactory.getEmptyInsets();
86 gbc.anchor = GridBagConstraints.NORTHWEST;
87 gbc.gridwidth = GridBagConstraints.REMAINDER;
88 gbc.weightx = 1.0;
89 gbc.fill = GridBagConstraints.HORIZONTAL;
96 gbc.insets = UIFactory.getEmptyInsets();
97 gbc.insets.bottom = 3;
98 panel.add(l, gbc);
106 gbc
[all...]
H A DDataOptionsPanel.java156 GridBagConstraints gbc = new GridBagConstraints();
158 addBackendTypeSection(panel, gbc);
159 addBaseDNSection(panel, gbc);
164 gbc.gridwidth = GridBagConstraints.RELATIVE;
165 gbc.weightx = 0.0;
166 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD + additionalInset;
167 gbc.insets.left = 0;
168 gbc.anchor = GridBagConstraints.NORTHWEST;
169 panel.add(getLabel(FieldName.DATA_OPTIONS), gbc);
171 gbc
183 addBackendTypeSection(final JPanel panel, final GridBagConstraints gbc) argument
213 addBaseDNSection(final JPanel panel, final GridBagConstraints gbc) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java116 GridBagConstraints gbc = new GridBagConstraints();
117 gbc.gridx = 0;
118 gbc.gridy = 0;
119 gbc.weightx = 0.0;
120 gbc.weighty = 0.0;
121 gbc.gridwidth = 1;
122 gbc.gridheight = 1;
123 gbc.fill = GridBagConstraints.HORIZONTAL;
124 gbc.anchor = GridBagConstraints.WEST;
128 add(availableLabel, gbc);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java115 GridBagConstraints gbc = new GridBagConstraints();
116 gbc.gridx = 0;
117 gbc.gridy = 0;
118 gbc.weightx = 0.0;
119 gbc.weighty = 0.0;
120 gbc.gridwidth = 1;
121 gbc.gridheight = 1;
122 gbc.fill = GridBagConstraints.HORIZONTAL;
123 gbc.anchor = GridBagConstraints.WEST;
127 add(availableLabel, gbc);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java116 GridBagConstraints gbc = new GridBagConstraints();
117 gbc.gridx = 0;
118 gbc.gridy = 0;
119 gbc.weightx = 0.0;
120 gbc.weighty = 0.0;
121 gbc.gridwidth = 1;
122 gbc.gridheight = 1;
123 gbc.fill = GridBagConstraints.HORIZONTAL;
124 gbc.anchor = GridBagConstraints.WEST;
128 add(availableLabel, gbc);
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java115 GridBagConstraints gbc = new GridBagConstraints();
116 gbc.gridx = 0;
117 gbc.gridy = 0;
118 gbc.weightx = 0.0;
119 gbc.weighty = 0.0;
120 gbc.gridwidth = 1;
121 gbc.gridheight = 1;
122 gbc.fill = GridBagConstraints.HORIZONTAL;
123 gbc.anchor = GridBagConstraints.WEST;
127 add(availableLabel, gbc);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java116 GridBagConstraints gbc = new GridBagConstraints();
117 gbc.gridx = 0;
118 gbc.gridy = 0;
119 gbc.weightx = 0.0;
120 gbc.weighty = 0.0;
121 gbc.gridwidth = 1;
122 gbc.gridheight = 1;
123 gbc.fill = GridBagConstraints.HORIZONTAL;
124 gbc.anchor = GridBagConstraints.WEST;
128 add(availableLabel, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java116 GridBagConstraints gbc = new GridBagConstraints();
117 gbc.gridx = 0;
118 gbc.gridy = 0;
119 gbc.weightx = 0.0;
120 gbc.weighty = 0.0;
121 gbc.gridwidth = 1;
122 gbc.gridheight = 1;
123 gbc.fill = GridBagConstraints.HORIZONTAL;
124 gbc.anchor = GridBagConstraints.WEST;
128 add(availableLabel, gbc);
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
130 gbc.gridx = 0;
131 gbc.gridy = 0;
133 gbc.gridy = 0;
134 addErrorPane(gbc);
136 gbc.gridy ++;
138 gbc.weightx = 0.0;
139 gbc.weighty = 0.0;
140 gbc.fill = GridBagConstraints.HORIZONTAL;
142 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.gridx = 0;
130 gbc.gridy = 0;
132 gbc.gridy = 0;
133 addErrorPane(gbc);
135 gbc.gridy ++;
137 gbc.weightx = 0.0;
138 gbc.weighty = 0.0;
139 gbc.fill = GridBagConstraints.HORIZONTAL;
141 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
130 gbc.gridx = 0;
131 gbc.gridy = 0;
133 gbc.gridy = 0;
134 addErrorPane(gbc);
136 gbc.gridy ++;
138 gbc.weightx = 0.0;
139 gbc.weighty = 0.0;
140 gbc.fill = GridBagConstraints.HORIZONTAL;
142 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.gridx = 0;
130 gbc.gridy = 0;
132 gbc.gridy = 0;
133 addErrorPane(gbc);
135 gbc.gridy ++;
137 gbc.weightx = 0.0;
138 gbc.weighty = 0.0;
139 gbc.fill = GridBagConstraints.HORIZONTAL;
141 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
130 gbc.gridx = 0;
131 gbc.gridy = 0;
133 gbc.gridy = 0;
134 addErrorPane(gbc);
136 gbc.gridy ++;
138 gbc.weightx = 0.0;
139 gbc.weighty = 0.0;
140 gbc.fill = GridBagConstraints.HORIZONTAL;
142 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewEntryFromLDIFPanel.java119 GridBagConstraints gbc = new GridBagConstraints();
120 gbc.gridx = 0;
121 gbc.gridy = 0;
123 gbc.gridy = 0;
124 addErrorPane(gbc);
126 gbc.gridy ++;
128 gbc.weightx = 0.0;
129 gbc.weighty = 0.0;
130 gbc.fill = GridBagConstraints.HORIZONTAL;
132 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java86 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.insets = UIFactory.getEmptyInsets();
89 gbc.anchor = GridBagConstraints.NORTHWEST;
90 gbc.gridwidth = GridBagConstraints.REMAINDER;
91 gbc.weightx = 1.0;
92 gbc.fill = GridBagConstraints.HORIZONTAL;
118 panel.add(progressBarLabel, gbc);
120 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
121 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
122 panel.add(createProgressBarPanel(), gbc);
[all...]
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-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.insets = UIFactory.getEmptyInsets();
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.gridwidth = GridBagConstraints.REMAINDER;
92 gbc.weightx = 1.0;
93 gbc.fill = GridBagConstraints.HORIZONTAL;
119 panel.add(progressBarLabel, gbc);
121 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
122 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
123 panel.add(createProgressBarPanel(), gbc);
[all...]
H A DWebBrowserErrorDialog.java106 GridBagConstraints gbc = new GridBagConstraints();
107 gbc.gridwidth = 3;
108 gbc.anchor = GridBagConstraints.NORTHWEST;
109 gbc.insets = UIFactory.getCurrentStepPanelInsets();
111 UIFactory.TextStyle.NO_STYLE), gbc);
112 gbc.weightx = 1.0;
113 gbc.gridwidth = GridBagConstraints.RELATIVE;
115 gbc.insets.left = 0;
116 gbc.fill = GridBagConstraints.BOTH;
123 p1.add(tf, gbc);
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.insets = UIFactory.getEmptyInsets();
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.gridwidth = GridBagConstraints.REMAINDER;
92 gbc.weightx = 1.0;
93 gbc.fill = GridBagConstraints.HORIZONTAL;
119 panel.add(progressBarLabel, gbc);
121 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
122 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
123 panel.add(createProgressBarPanel(), gbc);
[all...]
H A DWebBrowserErrorDialog.java106 GridBagConstraints gbc = new GridBagConstraints();
107 gbc.gridwidth = 3;
108 gbc.anchor = GridBagConstraints.NORTHWEST;
109 gbc.insets = UIFactory.getCurrentStepPanelInsets();
111 UIFactory.TextStyle.NO_STYLE), gbc);
112 gbc.weightx = 1.0;
113 gbc.gridwidth = GridBagConstraints.RELATIVE;
115 gbc.insets.left = 0;
116 gbc.fill = GridBagConstraints.BOTH;
123 p1.add(tf, gbc);
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java86 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.insets = UIFactory.getEmptyInsets();
89 gbc.anchor = GridBagConstraints.NORTHWEST;
90 gbc.gridwidth = GridBagConstraints.REMAINDER;
91 gbc.weightx = 1.0;
92 gbc.fill = GridBagConstraints.HORIZONTAL;
118 panel.add(progressBarLabel, gbc);
120 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
121 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
122 panel.add(createProgressBarPanel(), gbc);
[all...]
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/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.insets = UIFactory.getEmptyInsets();
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.gridwidth = GridBagConstraints.REMAINDER;
92 gbc.weightx = 1.0;
93 gbc.fill = GridBagConstraints.HORIZONTAL;
119 panel.add(progressBarLabel, gbc);
121 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
122 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
123 panel.add(createProgressBarPanel(), gbc);
[all...]
H A DWebBrowserErrorDialog.java106 GridBagConstraints gbc = new GridBagConstraints();
107 gbc.gridwidth = 3;
108 gbc.anchor = GridBagConstraints.NORTHWEST;
109 gbc.insets = UIFactory.getCurrentStepPanelInsets();
111 UIFactory.TextStyle.NO_STYLE), gbc);
112 gbc.weightx = 1.0;
113 gbc.gridwidth = GridBagConstraints.RELATIVE;
115 gbc.insets.left = 0;
116 gbc.fill = GridBagConstraints.BOTH;
123 p1.add(tf, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressPanel.java83 GridBagConstraints gbc = new GridBagConstraints();
85 gbc.insets = UIFactory.getEmptyInsets();
86 gbc.anchor = GridBagConstraints.NORTHWEST;
87 gbc.gridwidth = GridBagConstraints.REMAINDER;
88 gbc.weightx = 1.0;
89 gbc.fill = GridBagConstraints.HORIZONTAL;
115 panel.add(progressBarLabel, gbc);
117 gbc.insets.top = UIFactory.TOP_INSET_PROGRESS_BAR;
118 gbc.insets.bottom = UIFactory.BOTTOM_INSET_PROGRESS_BAR;
119 panel.add(createProgressBarPanel(), gbc);
[all...]

Completed in 119 milliseconds

1234567891011>>