mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 12:30:23 +02:00
2.41b
This commit is contained in:
parent
5b3be77141
commit
318280ec6f
@ -91,7 +91,7 @@
|
||||
</DimensionLayout>
|
||||
<DimensionLayout dim="1">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Component id="file_tree_scrollpane" alignment="0" pref="222" max="32767" attributes="0"/>
|
||||
<Component id="file_tree_scrollpane" alignment="0" pref="226" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
</Layout>
|
||||
@ -185,7 +185,7 @@
|
||||
<Component class="javax.swing.JTextField" name="dir_name_textfield">
|
||||
<Properties>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="20" style="0"/>
|
||||
<Font name="Dialog" size="18" style="0"/>
|
||||
</Property>
|
||||
<Property name="doubleBuffered" type="boolean" value="true"/>
|
||||
<Property name="enabled" type="boolean" value="false"/>
|
||||
@ -204,7 +204,7 @@
|
||||
<Component class="javax.swing.JComboBox" name="account_combobox">
|
||||
<Properties>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="20" style="0"/>
|
||||
<Font name="Dialog" size="18" style="0"/>
|
||||
</Property>
|
||||
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
||||
<StringArray count="0"/>
|
||||
|
@ -136,7 +136,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
);
|
||||
jPanel1Layout.setVerticalGroup(
|
||||
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addComponent(file_tree_scrollpane, javax.swing.GroupLayout.DEFAULT_SIZE, 222, Short.MAX_VALUE)
|
||||
.addComponent(file_tree_scrollpane, javax.swing.GroupLayout.DEFAULT_SIZE, 226, Short.MAX_VALUE)
|
||||
);
|
||||
|
||||
dir_name_label.setFont(new java.awt.Font("Dialog", 1, 18)); // NOI18N
|
||||
@ -144,7 +144,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
dir_name_label.setDoubleBuffered(true);
|
||||
dir_name_label.setEnabled(false);
|
||||
|
||||
dir_name_textfield.setFont(new java.awt.Font("Dialog", 0, 20)); // NOI18N
|
||||
dir_name_textfield.setFont(new java.awt.Font("Dialog", 0, 18)); // NOI18N
|
||||
dir_name_textfield.setDoubleBuffered(true);
|
||||
dir_name_textfield.setEnabled(false);
|
||||
|
||||
@ -153,7 +153,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
account_label.setDoubleBuffered(true);
|
||||
account_label.setEnabled(false);
|
||||
|
||||
account_combobox.setFont(new java.awt.Font("Dialog", 0, 20)); // NOI18N
|
||||
account_combobox.setFont(new java.awt.Font("Dialog", 0, 18)); // NOI18N
|
||||
account_combobox.setDoubleBuffered(true);
|
||||
account_combobox.setEnabled(false);
|
||||
account_combobox.addItemListener(new java.awt.event.ItemListener() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user