KBKrause / chemberry

Java program to facilitate classroom experiments using Arduino and Raspberry Pi
0 stars 0 forks source link

Pass IP as a parameter to GUI ctor #18

Open KBKrause opened 6 years ago

KBKrause commented 6 years ago

Instead of the multiple try-catch blocks in GUI, pass its IP address when it is constructed.

If it loses connectivity after it is instantiated, it will need to get its new IP address if it was assigned a different one.