changed titles of FX windows
parent
5386acfd1b
commit
e60e76f104
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue