Added side pane to GUI and resize to 1280x960

#story[426]
This commit is contained in:
zyt10
2017-03-22 11:46:39 +13:00
parent 00f9cc4698
commit 44b5b0b771
4 changed files with 33 additions and 7 deletions
@@ -124,8 +124,8 @@ public class CanvasController {
/**
* Draws a boat with given (x, y) position in the given color
*
* @param x
* @param y
* @param lat
* @param lon
* @param color
*/
private void drawBoat(double lat, double lon, Color color) {