MyInfoContent info = new MyInfoContent(); //"this" is the opener //null sets the application as opener application.openContent(this, "Title", true, info); public class MyContent extends Content { ... }