Have you tried something like:


boolean condition = false;

JPanel jp = new JPanel();
jp.setVisible(condition);