Closedown

This commit is contained in:
2016-04-20 15:35:36 +02:00
parent 06f0e78468
commit 605314614e
2 changed files with 6 additions and 9 deletions
+3 -5
View File
@@ -42,12 +42,10 @@
<Component id="btFbm" linkSize="6" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="2" attributes="0">
<Component id="btSete" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
<Component id="jLabel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
<Component id="deviceValuePanel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
<Component id="spEnergy" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
<Group type="103" alignment="2" groupAlignment="2" attributes="0">
<Component id="jLabel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
<Component id="deviceValuePanel1" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="btSete" linkSize="6" alignment="2" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="210" max="32767" attributes="0"/>
</Group>
+3 -4
View File
@@ -110,11 +110,10 @@ public class Commands extends Panel {
.addComponent(btFbm)
.addGap(18, 18, 18)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
.addComponent(btSete)
.addComponent(jLabel1)
.addComponent(deviceValuePanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(spEnergy, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
.addComponent(jLabel1)
.addComponent(deviceValuePanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addComponent(btSete))
.addContainerGap(210, Short.MAX_VALUE))
);