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