For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Dear All,
As like Swing supports MDI window concept. Is JavaFX supports MDI. Awaiting for your reply, thanks in advance.
Regards,
Anand
There's no built-in support for MDI in JavaFX. The UI development community has debated MDI for years, and seems to have settled on general agreement that it's a bad design. See the note at the top of the Microsoft dev page on MDI, Apple's Java Dev guide for Mac, and the Wikipedia entry on MDI.
JFXtras offers a (semi-official) third party solution with some samples if you need to implement MDI.