0

I have three screens in fxml .first screen is login screen.After authentication ,on clicking on login button.user enters in second screen.I have done it.Now on screen 2, there is a button called authentication.on clicking this button,third screen is opened inside second screen.How can i achieve it i.e how can i open 3rd screen inside 2nd screen on click of button.plz suggest some way to do this in javafx.

Surjit
  • 345
  • 1
  • 5
  • 13

1 Answers1

0

I'd suggest you look at this question: Multiple FXML with Controllers, share object I use this in my current application :)

Community
  • 1
  • 1
Perneel
  • 3,317
  • 7
  • 45
  • 66