Completed ShipWarfareGUI

This commit is contained in:
KahootChampion
2019-03-24 21:58:53 -06:00
parent 39b494ff88
commit f379278dc8
4 changed files with 345 additions and 1016 deletions

View File

@@ -177,7 +177,7 @@ public class TravelGUI extends Player{
ShipWarfareGUI ship = new ShipWarfareGUI(getPlayer());
try {
ship.initializeShip(stage);
} catch (FileNotFoundException e) {
} catch (Exception e) {
e.printStackTrace();
}
stage.show();