예제 #1
0
 /*
  * (non-Javadoc)
  *
  * @see
  * org.processmining.framework.models.hlprocess.gui.att.dist.HLDistributionGui
  * #getPanel()
  */
 public JPanel getPanel() {
   JPanel resultPanel = new JPanel();
   resultPanel.setLayout(new BoxLayout(resultPanel, BoxLayout.PAGE_AXIS));
   resultPanel.add(myConstant.getPropertyPanel());
   return resultPanel;
 }