static void setFrameWidth(Component c, int w) { JFrame f = getFrame(c); if (f != null) f.setSize(w, f.getHeight()); }