JDialog jd = new JDialog(); jd.setContentPane(new PIParameterGUIGroup(patternImplementor.getParameters())); jd.pack(); jd.setVisible(true);