Skip to content

Commit

Permalink
Update for 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
spinda committed Feb 18, 2017
1 parent 03f5228 commit 5166fb9
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file added lib/NetworkTables-3.1.7-desktop.jar
Binary file not shown.
Binary file added lib/NetworkTables-3.1.7-sources.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To update these libraries, look for the latest JAR file versions from:

http://first.wpi.edu/FRC/roborio/maven/release/edu/wpi/first/wpilib/networktables/java/NetworkTables/
Binary file removed lib/networktables.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions src/com/_604robotics/robotnik/inspector/Inspector.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ public static void main (String[] args) {
loadingWindow.setVisible(true);

NetworkTable.setClientMode();

NetworkTable.setIPAddress("10.6.4.2");
NetworkTable.setTeam(604);

final NetworkTable table = NetworkTable.getTable("robotnik");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ public LoadingWindow () {
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

this.setLocation(64, 64);
this.setSize(205, 50);
this.setSize(205, 100);

this.setLayout(new BorderLayout());

this.add(new JLabel(" ... Connecting to 10.6.4.2 ... "), BorderLayout.CENTER);
this.add(new JLabel(" ... Connecting to 604 robot ... "), BorderLayout.CENTER);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import edu.wpi.first.wpilibj.tables.ITable;
import edu.wpi.first.wpilibj.tables.ITableListener;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;

Expand Down

0 comments on commit 5166fb9

Please sign in to comment.