static void setVisible(final JComponent c, final bool visible) { if (c != null) swing { c.setVisible(visible); } }