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