SDK SceneComposer : forget to add .form after the rework of the window
This commit is contained in:
parent
0eac437862
commit
2104edabe4
@ -99,6 +99,22 @@
|
||||
|
||||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/>
|
||||
<SubComponents>
|
||||
<Component class="javax.swing.JComboBox" name="transformationTypeComboBox">
|
||||
<Properties>
|
||||
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
||||
<StringArray count="3">
|
||||
<StringItem index="0" value="Local"/>
|
||||
<StringItem index="1" value="Global"/>
|
||||
<StringItem index="2" value="Camera"/>
|
||||
</StringArray>
|
||||
</Property>
|
||||
</Properties>
|
||||
<Events>
|
||||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="transformationTypeComboBoxActionPerformed"/>
|
||||
</Events>
|
||||
</Component>
|
||||
<Component class="javax.swing.JToolBar$Separator" name="jSeparator9">
|
||||
</Component>
|
||||
<Component class="javax.swing.JToggleButton" name="selectButton">
|
||||
<Properties>
|
||||
<Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
|
||||
|
@ -168,7 +168,6 @@ public final class SceneComposerTopComponent extends TopComponent implements Sce
|
||||
jToolBar1.setRollover(true);
|
||||
|
||||
transformationTypeComboBox.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Local", "Global", "Camera" }));
|
||||
transformationTypeComboBox.setMaximumSize(new java.awt.Dimension(160, 50));
|
||||
transformationTypeComboBox.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
transformationTypeComboBoxActionPerformed(evt);
|
||||
@ -219,7 +218,6 @@ public final class SceneComposerTopComponent extends TopComponent implements Sce
|
||||
}
|
||||
});
|
||||
jToolBar1.add(rotateButton);
|
||||
rotateButton.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SceneComposerTopComponent.class, "SceneComposerTopComponent.rotateButton.AccessibleContext.accessibleDescription")); // NOI18N
|
||||
|
||||
spatialModButtonGroup.add(scaleButton);
|
||||
scaleButton.setIcon(new javax.swing.ImageIcon(getClass().getResource("/com/jme3/gde/scenecomposer/icon_arrow_inout.png"))); // NOI18N
|
||||
@ -234,8 +232,6 @@ public final class SceneComposerTopComponent extends TopComponent implements Sce
|
||||
}
|
||||
});
|
||||
jToolBar1.add(scaleButton);
|
||||
scaleButton.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SceneComposerTopComponent.class, "SceneComposerTopComponent.scaleButton.AccessibleContext.accessibleDescription")); // NOI18N
|
||||
|
||||
jToolBar1.add(jSeparator5);
|
||||
|
||||
jToggleScene.setIcon(new javax.swing.ImageIcon(getClass().getResource("/com/jme3/gde/scenecomposer/snapScene.png"))); // NOI18N
|
||||
|
Loading…
x
Reference in New Issue
Block a user