Package org.openscience.jchempaint.dialog

Examples of org.openscience.jchempaint.dialog.AboutDialog


  private static final long serialVersionUID = 1420132959122535398L;

  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

Related Classes of org.openscience.jchempaint.dialog.AboutDialog

Copyright © 2018 www.massapicom. 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.