Fixed tournament panel color setting.

This commit is contained in:
LevelX2 2014-10-25 16:01:44 +02:00
parent 2cc129daa6
commit 791cc828c4
2 changed files with 0 additions and 8 deletions

View file

@ -39,9 +39,6 @@
<SubComponents> <SubComponents>
<Container class="javax.swing.JPanel" name="actionPanel"> <Container class="javax.swing.JPanel" name="actionPanel">
<Properties> <Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="e3" green="e3" id="Control Highlight" palette="2" red="e3" type="palette"/>
</Property>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Arial" size="10" style="0"/> <Font name="Arial" size="10" style="0"/>
</Property> </Property>
@ -275,9 +272,6 @@
</Container> </Container>
<Container class="javax.swing.JSplitPane" name="jSplitPane2"> <Container class="javax.swing.JSplitPane" name="jSplitPane2">
<Properties> <Properties>
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="e3" green="e3" id="Control Highlight" palette="2" red="e3" type="palette"/>
</Property>
<Property name="resizeWeight" type="double" value="1.0"/> <Property name="resizeWeight" type="double" value="1.0"/>
<Property name="toolTipText" type="java.lang.String" value=""/> <Property name="toolTipText" type="java.lang.String" value=""/>
</Properties> </Properties>

View file

@ -306,7 +306,6 @@ public class TournamentPanel extends javax.swing.JPanel {
setPreferredSize(new java.awt.Dimension(908, 580)); setPreferredSize(new java.awt.Dimension(908, 580));
actionPanel.setBackground(java.awt.SystemColor.controlHighlight);
actionPanel.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N actionPanel.setFont(new java.awt.Font("Arial", 0, 10)); // NOI18N
txtName.setEditable(false); txtName.setEditable(false);
@ -447,7 +446,6 @@ public class TournamentPanel extends javax.swing.JPanel {
.addContainerGap()) .addContainerGap())
); );
jSplitPane2.setBackground(java.awt.SystemColor.controlHighlight);
jSplitPane2.setResizeWeight(1.0); jSplitPane2.setResizeWeight(1.0);
jSplitPane2.setToolTipText(""); jSplitPane2.setToolTipText("");