This commit is contained in:
2016-04-20 12:23:42 +02:00
parent 76dec5cb2c
commit efc36b6750
2 changed files with 6 additions and 6 deletions

View File

@@ -21,11 +21,11 @@
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="btFbm" linkSize="1" max="32767" attributes="0"/>
<Component id="btRock" linkSize="1" max="32767" attributes="0"/>
<Component id="btSete" alignment="0" max="32767" attributes="0"/>
<Component id="btSete" linkSize="1" alignment="0" max="32767" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="spEnergy" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="133" max="32767" attributes="0"/>
<EmptySpace pref="168" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
@@ -57,7 +57,7 @@
</Component>
<Component class="javax.swing.JButton" name="btFbm">
<Properties>
<Property name="text" type="java.lang.String" value="Feedback Mirror"/>
<Property name="text" type="java.lang.String" value="FBM"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btFbmActionPerformed"/>

View File

@@ -60,7 +60,7 @@ public class Commands extends Panel {
}
});
btFbm.setText("Feedback Mirror");
btFbm.setText("FBM");
btFbm.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
btFbmActionPerformed(evt);
@@ -88,10 +88,10 @@ public class Commands extends Panel {
.addComponent(btSete, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addGap(18, 18, 18)
.addComponent(spEnergy, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(133, Short.MAX_VALUE))
.addContainerGap(168, Short.MAX_VALUE))
);
layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {btFbm, btRock});
layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {btFbm, btRock, btSete});
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)