Package org.encog.workbench.frames.document

Examples of org.encog.workbench.frames.document.EncogDocumentFrame


   *            The first argument specifies an option file to open.
   */
  public static void main(final String args[]) {
    //Logging.stopConsoleLogging();
    final EncogWorkBench workBench = EncogWorkBench.getInstance();
    workBench.setMainWindow(new EncogDocumentFrame());

    workBench.init();

    try {
      workBench.getMainWindow().setVisible(true);
View Full Code Here

TOP

Related Classes of org.encog.workbench.frames.document.EncogDocumentFrame

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.