static JWindow showWindow(Component c) { new JWindow w; w.add(wrap(c)); ret w; }