/** * Invoked when a window has been opened. */ public void windowOpened ( WindowEvent e ) { // Normally no super.windowOpened call is needed. // This is pure notification. // windowOpened has no duties. getMyInfo(); }