Displaying windowed application

Good day.
I’ve decided to investigate some features of itmill.

So now I’m stuck with the question. Is it possible to show the ItMill’s Application inside the IWindow ?

I.e. the main Application (window manager, application manager) has shortcuts which opens new windows and shows the child Application output there.

You are not supposed to open applications inside applications (yes it could be done, but would be a hack). Instead you should build your “views” by extending CustomComponent.

If you are creating a desktop -like environment with multiple independent “applications”, you should define your own application class like: ZipitoApplication extends CustomComponent. Then you can easily add ZipitoApplications inside windows.