var windowCfg = { height: 300, width: 300, x: 15, y: -100, title: 'MyWindow', html: 'foobar', constrainHeader: true }; var win = new Ext.Window(windowCfg); centralPanel.add(win); win.show();