static Container getContentPane(Object o) { JFrame f = getFrame(o); ret f == null ? null : f.getContentPane(); }