OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titlePanel
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
EditorPanel.java
39
private JPanel
titlePanel
;
54
titlePanel
.addMouseListener(new MouseAdapter() {
80
if (alwaysActive)
titlePanel
.setCursor(null);
117
titlePanel
.setVisible(false);
123
titlePanel
= new JPanel(new GridBagLayout());
124
add(
titlePanel
, new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL,
126
titlePanel
.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
129
titlePanel
.add(label, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.NONE,
135
titlePanel
.add(descriptionLabel, new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.WEST,
140
titlePanel
.add(advancedButton, new GridBagConstraints(2, 0, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER,
[
all
...]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
EditorPanel.java
47
private JPanel
titlePanel
;
84
titlePanel
.setCursor(null);
113
titlePanel
.setVisible(false);
119
titlePanel
= new JPanel(new GridBagLayout());
120
add(
titlePanel
, new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL,
122
titlePanel
.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
125
titlePanel
.add(nameLabel, new GridBagConstraints(0, 0, 1, 1, 0.0, 0.0, GridBagConstraints.WEST, GridBagConstraints.NONE,
131
titlePanel
.add(descriptionLabel, new GridBagConstraints(1, 0, 1, 1, 1.0, 0.0, GridBagConstraints.WEST,
136
titlePanel
.add(advancedButton, new GridBagConstraints(2, 0, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER,
142
titlePanel
.add(activeButton, new GridBagConstraints(3, 0, 1, 1, 0.0, 0.0, GridBagConstraints.CENTER
[
all
...]
/external/autotest/frontend/client/src/autotest/tko/
CommonPanel.java
82
Panel
titlePanel
= new HorizontalPanel();
83
titlePanel
.add(getFieldLabel("Custom fields:"));
84
titlePanel
.add(new HTML(" <a href=\"" + Utils.escape(WIKI_URL) + "#custom_fields\" " +
88
attributeFilters.add(
titlePanel
);
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java
[
all
...]
Completed in 305 milliseconds