Java FX MDI Window

preview_player
Показать описание
JavaFX version of Swing JDesktopPane which can be used as a container for individual "child" similar to JInternalFrames frames.

You can minimize the child frame, and an icon of it is located on the bottom of the container pane similar to Windows task bar.

You can have several child frames and they can overlap each other.

These children cannot be moved outside the container.

Рекомендации по теме
Комментарии
Автор

Very good component! I am making my own email client just for myself because all modern ones are too hard to use. Too many tabs, too much scrolling, cannot see multiple messages at once etc. Your library is really helping me to create email client thats comfortable to use. I have a grid for listing messages and when I click on them, full version shows in a separate MDI window for every message under it, thanks to you.

Is it possible to specify where the new MDI window will appear? Right not it is always in center so if the box is too large it resizes the parent vbox breaking overall application layout until I manually drag it up. Can also be slightly difficult to quickly open multiple ones and then drag them around later because they are all on top of each other. Not as important as the first problem though.

AlexanderRomanenko
Автор

Can I put the UI in the background of mdiCanvas?
Please tell me how.

youngjinchoi
Автор

Thank you Lincoln. I'll give it a try.

lfranc
Автор

And if I want to edit the windows with scene builder?

eltrayector
Автор

Hi!
Howto applicate css styles into mdi?

WellingtonPintoSouza
Автор

How can I download it, please, I really need it and it's not availalble. HELP ME

luisandressanchez
Автор

hi man, your work is amazing. I want to make Final year project in java What you suggest me .

mashoodkiyani
Автор

I am unable to run ! there are exceptions that i cannot handle ! please help.

jazzsjo
Автор

Lincoln, mandou bem demais! Parabéns pelo trabalho. Procurei por este recurso e foi ótimo encontrar seu trabalho. Também estou procurando por recursos de interface no FX como Tabbled para decidir qual usar em um projeto. Se souber de algo que seja dinâmico e bem feito como o seu, responda meu post por favor. Grande abraço.

erfelipe
Автор

Maevelous Job Buddy
I m SpeechLess


Can you share the source code with me??

hrishavdhawajpurkayastha
Автор

Almost works... When minimize the mdiWindow nothing happens and is fired a NullPointerException ! Java Version = 1.8.0_66. in Eclipse Mars.

adalbertojosebrasaca