Add window title Java SE

This commit is contained in:
Victor 2014-02-26 22:12:34 +02:00
parent a0c5e631c8
commit 79ada53ec0

View File

@ -13,5 +13,6 @@ public class Main extends Application {
public Main() {
super(new MainApp(), 640, 480);
setTitle("Military Hero");
}
}