Skip to content

Commit

Permalink
Corrected spelling errors in FXML files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed May 1, 2015
1 parent 04359d0 commit f821159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/interface_xml_files/ServerThermo.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<AnchorPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="InputOutput.ServerThermo">
<children>
<Label layoutX="388.0" layoutY="239.0" text="Number of Conneted Users:" />
<TextArea fx:id="textBox" depthTest="DISABLE" editable="false" layoutX="-1.0" layoutY="258.0" prefHeight="142.0" prefWidth="600.0" promptText="I/O Log" text="User: david.paquette@uconn.edu conntected: 00:50:10">
<Label layoutX="388.0" layoutY="239.0" text="Number of Connected Users:" />
<TextArea fx:id="textBox" depthTest="DISABLE" editable="false" layoutX="-1.0" layoutY="258.0" prefHeight="142.0" prefWidth="600.0" promptText="I/O Log" text="User: david.paquette@uconn.edu connected: 00:50:10">
<font>
<Font name="Menlo Regular" size="13.0" />
</font>
Expand Down
4 changes: 2 additions & 2 deletions src/interface_xml_files/ServerThermo.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<AnchorPane xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="InputOutput.ServerThermo">
<children>
<Label layoutX="388.0" layoutY="239.0" text="Number of Conneted Users:" />
<TextArea fx:id="textBox" depthTest="DISABLE" editable="false" layoutX="-1.0" layoutY="258.0" prefHeight="142.0" prefWidth="600.0" promptText="I/O Log" text="User: david.paquette@uconn.edu conntected: 00:50:10">
<Label layoutX="388.0" layoutY="239.0" text="Number of Connected Users:" />
<TextArea fx:id="textBox" depthTest="DISABLE" editable="false" layoutX="-1.0" layoutY="258.0" prefHeight="142.0" prefWidth="600.0" promptText="I/O Log" text="User: david.paquette@uconn.edu connected: 00:50:10">
<font>
<Font name="Menlo Regular" size="13.0" />
</font>
Expand Down

0 comments on commit f821159

Please sign in to comment.