/** * Build the GUI */ public void addNotify() { super.addNotify(); setTitle( "Whazmotron Inc." ); ... }