Closedown
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user