mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-30 13:30:17 +02:00
2.88b
This commit is contained in:
parent
4d04416829
commit
06de07b74d
@ -97,15 +97,17 @@
|
|||||||
<Component id="pause_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="pause_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="3" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="stop_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Group type="103" alignment="0" groupAlignment="3" attributes="0">
|
||||||
<Component id="keep_temp_checkbox" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Group type="103" alignment="3" groupAlignment="3" attributes="0">
|
|
||||||
<Component id="close_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="close_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="restart_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="restart_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
<Group type="103" groupAlignment="3" attributes="0">
|
||||||
|
<Component id="stop_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="keep_temp_checkbox" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
</Group>
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
|
@ -322,13 +322,14 @@ public final class DownloadView extends javax.swing.JPanel implements Transferen
|
|||||||
.addComponent(speed_label)
|
.addComponent(speed_label)
|
||||||
.addComponent(pause_button))
|
.addComponent(pause_button))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(stop_button)
|
|
||||||
.addComponent(keep_temp_checkbox)
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(close_button)
|
.addComponent(close_button)
|
||||||
.addComponent(restart_button)))
|
.addComponent(restart_button))
|
||||||
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
|
.addComponent(stop_button)
|
||||||
|
.addComponent(keep_temp_checkbox)))
|
||||||
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
|
@ -93,14 +93,14 @@
|
|||||||
<Component id="pause_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="pause_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="3" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="stop_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Group type="103" alignment="0" groupAlignment="3" attributes="0">
|
||||||
<Group type="103" alignment="3" groupAlignment="3" attributes="0">
|
|
||||||
<Component id="close_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="close_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="restart_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="restart_button" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
<Component id="stop_button" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
|
@ -286,12 +286,12 @@ public final class UploadView extends javax.swing.JPanel implements Transference
|
|||||||
.addComponent(speed_label)
|
.addComponent(speed_label)
|
||||||
.addComponent(pause_button))
|
.addComponent(pause_button))
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(stop_button)
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(close_button)
|
.addComponent(close_button)
|
||||||
.addComponent(restart_button)))
|
.addComponent(restart_button))
|
||||||
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
.addComponent(stop_button))
|
||||||
|
.addContainerGap())
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user