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.