Skip to content

Commit

Permalink
Radio GUI typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Oct 29, 2020
1 parent 40361e1 commit ac790a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<Color blue="0" green="ff" red="ff" type="rgb"/>
</Property>
<Property name="text" type="java.lang.String" value=" "/>
<Property name="toolTipText" type="java.lang.String" value="Grren=All OK; Red: sending disabled or error occured"/>
<Property name="toolTipText" type="java.lang.String" value="Green=All OK; Red=sending disabled or error occured"/>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.SoftBevelBorderInfo">
<BevelBorder/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void initComponents() {

jLabel_ConnectionStatus.setBackground(new java.awt.Color(255, 255, 0));
jLabel_ConnectionStatus.setText(" ");
jLabel_ConnectionStatus.setToolTipText("Grren=All OK; Red: sending disabled or error occured");
jLabel_ConnectionStatus.setToolTipText("Green=All OK; Red=sending disabled or error occured");
jLabel_ConnectionStatus.setBorder(new javax.swing.border.SoftBevelBorder(javax.swing.border.BevelBorder.RAISED));
jLabel_ConnectionStatus.setOpaque(true);

Expand Down

0 comments on commit ac790a2

Please sign in to comment.