Package org.openscience.jchempaint.dialog

Examples of org.openscience.jchempaint.dialog.AboutDialog.pack()


  public void actionPerformed(ActionEvent e)
  {
      Frame frame = JOptionPane.getFrameForComponent(jcpPanel);
    AboutDialog ad = new AboutDialog(frame, jcpPanel.getGuistring());
    ad.pack();
    ad.setVisible(true);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.