OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainPanel
(Results
1 - 5
of
5
) sorted by null
/external/proguard/src/proguard/gui/
MemberSpecificationDialog.java
252
JPanel
mainPanel
= new JPanel(layout);
253
mainPanel
.add(tip(accessPanel, "accessTip"), panelConstraints);
254
mainPanel
.add(tip(annotationTypePanel, "annotationTip"), panelConstraints);
255
mainPanel
.add(tip(typePanel, isField ? "fieldTypeTip" :
257
mainPanel
.add(tip(namePanel, "nameTip"), panelConstraints);
261
mainPanel
.add(tip(argumentsPanel, "argumentTypesTip"), panelConstraints);
264
mainPanel
.add(tip(advancedButton, "advancedTip"), advancedButtonConstraints);
265
mainPanel
.add(okButton, okButtonConstraints);
266
mainPanel
.add(cancelButton, cancelButtonConstraints);
268
getContentPane().add(new JScrollPane(
mainPanel
));
[
all
...]
ClassSpecificationDialog.java
281
JPanel
mainPanel
= new JPanel(layout);
282
mainPanel
.add(tip(commentsPanel, "commentsTip"), panelConstraints);
285
mainPanel
.add(tip(keepOptionPanel, "keepTitleTip"), panelConstraints);
286
mainPanel
.add(tip(allowOptionPanel, "allowTitleTip"), panelConstraints);
288
mainPanel
.add(tip(accessPanel, "accessTip"), panelConstraints);
289
mainPanel
.add(tip(annotationTypePanel, "annotationTip"), panelConstraints);
290
mainPanel
.add(tip(classNamePanel, "classTip"), panelConstraints);
291
mainPanel
.add(tip(extendsAnnotationTypePanel, "extendsImplementsAnnotationTip"), panelConstraints);
292
mainPanel
.add(tip(extendsClassNamePanel, "extendsImplementsClassTip"), panelConstraints);
293
mainPanel
.add(tip(memberSpecificationsPanel, "classMembersTip"), stretchPanelConstraints)
[
all
...]
FilterDialog.java
171
JPanel
mainPanel
= new JPanel(layout);
172
mainPanel
.add(filterPanel, panelConstraints);
173
mainPanel
.add(okButton, okButtonConstraints);
174
mainPanel
.add(cancelButton, cancelButtonConstraints);
176
getContentPane().add(
mainPanel
);
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
146
private JPanel
mainPanel
;
215
mainPanel
= new JPanel();
216
mainPanel
.setLayout(new BorderLayout());
218
mainPanel
.add(commandButtonsPanel, BorderLayout.PAGE_START);
219
mainPanel
.add(deviceSelector = buildDeviceSelector(), BorderLayout.CENTER);
220
mainPanel
.add(buildStatusPanel(), BorderLayout.SOUTH);
222
mainPanel
.setPreferredSize(new Dimension(1200, 800));
224
return
mainPanel
;
620
mainPanel
.remove(pixelPerfectPanel);
621
mainPanel
.add(mainSplitter, BorderLayout.CENTER)
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 2663 milliseconds