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