Rename Apps tab to Tools
This commit is contained in:
parent
46c0465b1a
commit
52030abb0d
@ -114,7 +114,7 @@
|
||||
<ComponentRef name="themeGroup"/>
|
||||
</Property>
|
||||
<Property name="selected" type="boolean" value="true"/>
|
||||
<Property name="text" type="java.lang.String" value="Day"/>
|
||||
<Property name="text" type="java.lang.String" value="Light"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JRadioButton" name="themeDark">
|
||||
@ -122,7 +122,7 @@
|
||||
<Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor">
|
||||
<ComponentRef name="themeGroup"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="NightDark"/>
|
||||
<Property name="text" type="java.lang.String" value="Dark"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
|
@ -92,10 +92,10 @@ public class Display extends javax.swing.JInternalFrame {
|
||||
|
||||
themeGroup.add(themeLight);
|
||||
themeLight.setSelected(true);
|
||||
themeLight.setText("Day");
|
||||
themeLight.setText("Light");
|
||||
|
||||
themeGroup.add(themeDark);
|
||||
themeDark.setText("NightDark");
|
||||
themeDark.setText("Dark");
|
||||
|
||||
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
|
||||
jPanel1.setLayout(jPanel1Layout);
|
||||
|
@ -179,8 +179,8 @@
|
||||
</Properties>
|
||||
<Constraints>
|
||||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
||||
<JTabbedPaneConstraints tabName="Apps">
|
||||
<Property name="tabTitle" type="java.lang.String" value="Apps"/>
|
||||
<JTabbedPaneConstraints tabName="Tools">
|
||||
<Property name="tabTitle" type="java.lang.String" value="Tools"/>
|
||||
</JTabbedPaneConstraints>
|
||||
</Constraint>
|
||||
</Constraints>
|
||||
|
@ -553,7 +553,7 @@ public class MainGUI extends javax.swing.JFrame {
|
||||
.addContainerGap())
|
||||
);
|
||||
|
||||
tabs.addTab("Apps", jPanel2);
|
||||
tabs.addTab("Tools", jPanel2);
|
||||
|
||||
jPanel5.setFocusable(false);
|
||||
jPanel5.setOpaque(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user