changed titles of FX windows

android-scanner
Laura Radaelli 2017-01-25 10:46:13 +02:00
parent 5386acfd1b
commit e60e76f104
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class MainFX extends Application {
@Override
public void start(Stage stage) throws Exception{
stage.setTitle("Vista Viewer");
stage.setTitle("Voting Booth");
stage.setScene(
createScene(
loadMainPane()
@ -114,6 +114,7 @@ public class MainFX extends Application {
printing.setX(mainX - printing.getWidth());
printing.setY(mainY - printing.getHeight());
printing.setTitle("Virtual Printer");
Scene scene = new Scene(mainPane);
printing.setScene(scene);