Added some general UI improvements such as autofilling the color field of the form, and looked at how best to deal with response packets, as it should be part of the spec.

tags: #story[1142]
This commit is contained in:
alistairjmcintyre
2017-08-17 01:20:16 +12:00
parent 67f0c213c2
commit 6e02d3e533
7 changed files with 32 additions and 13 deletions
@@ -71,6 +71,7 @@ public class ClientYacht extends Observable {
this.heading = 120.0; //In degrees
this.currentVelocity = 0d;
this.boatStatus = 1;
this.colour = Color.rgb(0, 0, 0, 1.0);
}
/**