JavaFX InternalFrame or WindowNode

Posted by user1493549 on Stack Overflow See other posts from Stack Overflow or by user1493549
Published on 2012-06-30T21:10:29Z Indexed on 2012/06/30 21:15 UTC
Read the original article Hit count: 198

Filed under:
|
|

I was looking for an InternalFrame for JavaFX. Apparently I it seems like there is no InternalFrame available. How does one create an MDI application with JavaFX? I have tried to simulate this behavior by using a custom Region that can be dragged around. Is that the way to go? What about typical window elements such as titlebar, possibility to resize etc. Do I have to implement that myself via custom controls?

Thanks, miho

© Stack Overflow or respective owner

Related posts about java

Related posts about javafx