svoid setSize(final Component c, final int w, final int h) { if (c != null) swing { c.setSize(w, h); } }