I have a system built using ExtJS and Java, and I want to completely rebuild it using Vaadin. However, I couldn’t figure out how to create a similar structure or where to find the necessary components.
As you can see in the image, I have a layout that resembles Windows 10. There is a menu button at the bottom left, and a list at the bottom showing the open windows. When a window is opened from the menu, it appears, and if minimized, it gets added to the list at the bottom. I’ve noticed that Vaadin also has a Window
component. However, when I tried to use it in my Vaadin test project, I couldn’t call the Window
component. I’m not sure if it was removed after Vaadin 8, but I couldn’t find it in Vaadin 24.
Could you help me figure out how to create a similar system in Vaadin?