Searched refs:gbc (Results 151 - 175 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DUnsavedChangesDialog.java160 GridBagConstraints gbc = new GridBagConstraints();
161 gbc.gridx = 0;
162 gbc.gridy = 0;
163 gbc.gridwidth = 1;
164 addErrorPane(gbc);
166 gbc.gridy ++;
167 gbc.fill = GridBagConstraints.VERTICAL;
168 gbc.weighty = 1.0;
169 add(Box.createVerticalGlue(), gbc);
170 gbc
[all...]
H A DMatchingRulePanel.java109 GridBagConstraints gbc = new GridBagConstraints();
110 gbc.gridy ++;
112 gbc.fill = GridBagConstraints.NONE;
113 gbc.anchor = GridBagConstraints.WEST;
114 gbc.gridwidth = 2;
115 gbc.gridy = 0;
116 gbc.insets.top = 5;
117 gbc.insets.bottom = 7;
118 add(titlePanel, gbc);
120 gbc
[all...]
H A DAttributeSyntaxPanel.java105 GridBagConstraints gbc = new GridBagConstraints();
107 gbc.fill = GridBagConstraints.NONE;
108 gbc.anchor = GridBagConstraints.WEST;
109 gbc.gridwidth = 2;
110 gbc.gridy = 0;
111 gbc.insets.top = 5;
112 gbc.insets.bottom = 7;
113 add(titlePanel, gbc);
115 gbc.insets.bottom = 0;
116 gbc
[all...]
H A DStatusPanel.java114 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.gridwidth = 1;
119 gbc.insets = new Insets(20, 20, 10, 20);
120 gbc.fill = GridBagConstraints.BOTH;
121 gbc.weightx = 1.0;
122 add(errorPane, gbc);
125 gbc.gridy ++;
126 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.gridwidth = GridBagConstraints.RELATIVE;
89 gbc.anchor = GridBagConstraints.NORTHWEST;
90 gbc.insets = UIFactory.getCurrentStepPanelInsets();
92 UIFactory.TextStyle.NO_STYLE), gbc);
93 gbc.weightx = 1.0;
94 gbc.gridwidth = GridBagConstraints.REMAINDER;
95 gbc.fill = GridBagConstraints.BOTH;
96 gbc.insets.left = 0;
102 p1.add(tf, gbc);
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMatchingRulePanel.java119 GridBagConstraints gbc = new GridBagConstraints();
120 gbc.gridy ++;
122 gbc.fill = GridBagConstraints.NONE;
123 gbc.anchor = GridBagConstraints.WEST;
124 gbc.gridwidth = 2;
125 gbc.gridy = 0;
126 gbc.insets.top = 5;
127 gbc.insets.bottom = 7;
128 add(titlePanel, gbc);
130 gbc
[all...]
H A DAttributeSyntaxPanel.java113 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.fill = GridBagConstraints.NONE;
116 gbc.anchor = GridBagConstraints.WEST;
117 gbc.gridwidth = 2;
118 gbc.gridy = 0;
119 gbc.insets.top = 5;
120 gbc.insets.bottom = 7;
121 add(titlePanel, gbc);
123 gbc.insets.bottom = 0;
124 gbc
[all...]
H A DStatusPanel.java114 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.gridwidth = 1;
119 gbc.insets = new Insets(20, 20, 10, 20);
120 gbc.fill = GridBagConstraints.BOTH;
121 gbc.weightx = 1.0;
122 add(errorPane, gbc);
125 gbc.gridy ++;
126 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java88 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.gridwidth = GridBagConstraints.RELATIVE;
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.insets = UIFactory.getCurrentStepPanelInsets();
93 UIFactory.TextStyle.NO_STYLE), gbc);
94 gbc.weightx = 1.0;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.fill = GridBagConstraints.BOTH;
97 gbc.insets.left = 0;
103 p1.add(tf, gbc);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMatchingRulePanel.java118 GridBagConstraints gbc = new GridBagConstraints();
119 gbc.gridy ++;
121 gbc.fill = GridBagConstraints.NONE;
122 gbc.anchor = GridBagConstraints.WEST;
123 gbc.gridwidth = 2;
124 gbc.gridy = 0;
125 gbc.insets.top = 5;
126 gbc.insets.bottom = 7;
127 add(titlePanel, gbc);
129 gbc
[all...]
H A DAttributeSyntaxPanel.java112 GridBagConstraints gbc = new GridBagConstraints();
114 gbc.fill = GridBagConstraints.NONE;
115 gbc.anchor = GridBagConstraints.WEST;
116 gbc.gridwidth = 2;
117 gbc.gridy = 0;
118 gbc.insets.top = 5;
119 gbc.insets.bottom = 7;
120 add(titlePanel, gbc);
122 gbc.insets.bottom = 0;
123 gbc
[all...]
H A DStatusPanel.java113 GridBagConstraints gbc = new GridBagConstraints();
114 gbc.gridx = 0;
115 gbc.gridy = 0;
116 gbc.gridwidth = 1;
118 gbc.insets = new Insets(20, 20, 10, 20);
119 gbc.fill = GridBagConstraints.BOTH;
120 gbc.weightx = 1.0;
121 add(errorPane, gbc);
124 gbc.gridy ++;
125 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java88 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.gridwidth = GridBagConstraints.RELATIVE;
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.insets = UIFactory.getCurrentStepPanelInsets();
93 UIFactory.TextStyle.NO_STYLE), gbc);
94 gbc.weightx = 1.0;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.fill = GridBagConstraints.BOTH;
97 gbc.insets.left = 0;
103 p1.add(tf, gbc);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMatchingRulePanel.java119 GridBagConstraints gbc = new GridBagConstraints();
120 gbc.gridy ++;
122 gbc.fill = GridBagConstraints.NONE;
123 gbc.anchor = GridBagConstraints.WEST;
124 gbc.gridwidth = 2;
125 gbc.gridy = 0;
126 gbc.insets.top = 5;
127 gbc.insets.bottom = 7;
128 add(titlePanel, gbc);
130 gbc
[all...]
H A DAttributeSyntaxPanel.java113 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.fill = GridBagConstraints.NONE;
116 gbc.anchor = GridBagConstraints.WEST;
117 gbc.gridwidth = 2;
118 gbc.gridy = 0;
119 gbc.insets.top = 5;
120 gbc.insets.bottom = 7;
121 add(titlePanel, gbc);
123 gbc.insets.bottom = 0;
124 gbc
[all...]
H A DStatusPanel.java114 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.gridwidth = 1;
119 gbc.insets = new Insets(20, 20, 10, 20);
120 gbc.fill = GridBagConstraints.BOTH;
121 gbc.weightx = 1.0;
122 add(errorPane, gbc);
125 gbc.gridy ++;
126 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMatchingRulePanel.java118 GridBagConstraints gbc = new GridBagConstraints();
119 gbc.gridy ++;
121 gbc.fill = GridBagConstraints.NONE;
122 gbc.anchor = GridBagConstraints.WEST;
123 gbc.gridwidth = 2;
124 gbc.gridy = 0;
125 gbc.insets.top = 5;
126 gbc.insets.bottom = 7;
127 add(titlePanel, gbc);
129 gbc
[all...]
H A DAttributeSyntaxPanel.java112 GridBagConstraints gbc = new GridBagConstraints();
114 gbc.fill = GridBagConstraints.NONE;
115 gbc.anchor = GridBagConstraints.WEST;
116 gbc.gridwidth = 2;
117 gbc.gridy = 0;
118 gbc.insets.top = 5;
119 gbc.insets.bottom = 7;
120 add(titlePanel, gbc);
122 gbc.insets.bottom = 0;
123 gbc
[all...]
H A DStatusPanel.java113 GridBagConstraints gbc = new GridBagConstraints();
114 gbc.gridx = 0;
115 gbc.gridy = 0;
116 gbc.gridwidth = 1;
118 gbc.insets = new Insets(20, 20, 10, 20);
119 gbc.fill = GridBagConstraints.BOTH;
120 gbc.weightx = 1.0;
121 add(errorPane, gbc);
124 gbc.gridy ++;
125 gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.gridwidth = GridBagConstraints.RELATIVE;
89 gbc.anchor = GridBagConstraints.NORTHWEST;
90 gbc.insets = UIFactory.getCurrentStepPanelInsets();
92 UIFactory.TextStyle.NO_STYLE), gbc);
93 gbc.weightx = 1.0;
94 gbc.gridwidth = GridBagConstraints.REMAINDER;
95 gbc.fill = GridBagConstraints.BOTH;
96 gbc.insets.left = 0;
102 p1.add(tf, gbc);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMatchingRulePanel.java119 GridBagConstraints gbc = new GridBagConstraints();
120 gbc.gridy ++;
122 gbc.fill = GridBagConstraints.NONE;
123 gbc.anchor = GridBagConstraints.WEST;
124 gbc.gridwidth = 2;
125 gbc.gridy = 0;
126 gbc.insets.top = 5;
127 gbc.insets.bottom = 7;
128 add(titlePanel, gbc);
130 gbc
[all...]
H A DAttributeSyntaxPanel.java113 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.fill = GridBagConstraints.NONE;
116 gbc.anchor = GridBagConstraints.WEST;
117 gbc.gridwidth = 2;
118 gbc.gridy = 0;
119 gbc.insets.top = 5;
120 gbc.insets.bottom = 7;
121 add(titlePanel, gbc);
123 gbc.insets.bottom = 0;
124 gbc
[all...]
H A DStatusPanel.java114 GridBagConstraints gbc = new GridBagConstraints();
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.gridwidth = 1;
119 gbc.insets = new Insets(20, 20, 10, 20);
120 gbc.fill = GridBagConstraints.BOTH;
121 gbc.weightx = 1.0;
122 add(errorPane, gbc);
125 gbc.gridy ++;
126 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java88 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.gridwidth = GridBagConstraints.RELATIVE;
90 gbc.anchor = GridBagConstraints.NORTHWEST;
91 gbc.insets = UIFactory.getCurrentStepPanelInsets();
93 UIFactory.TextStyle.NO_STYLE), gbc);
94 gbc.weightx = 1.0;
95 gbc.gridwidth = GridBagConstraints.REMAINDER;
96 gbc.fill = GridBagConstraints.BOTH;
97 gbc.insets.left = 0;
103 p1.add(tf, gbc);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetupErrorPanel.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.gridwidth = GridBagConstraints.RELATIVE;
89 gbc.anchor = GridBagConstraints.NORTHWEST;
90 gbc.insets = UIFactory.getCurrentStepPanelInsets();
92 UIFactory.TextStyle.NO_STYLE), gbc);
93 gbc.weightx = 1.0;
94 gbc.gridwidth = GridBagConstraints.REMAINDER;
95 gbc.fill = GridBagConstraints.BOTH;
96 gbc.insets.left = 0;
102 p1.add(tf, gbc);
[all...]

Completed in 76 milliseconds

1234567891011>>