All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpac.fx.test.ModuleTester Maven / Gradle / Ivy

The newest version!
/**
 * PROJECT   : 
 * MODULE    : .java
 * VERSION   : $Revision$
 * DATE      : $Date$
 * PURPOSE   : 
 * AUTHOR    : Bernd Schuster, MSK Gesellschaft fuer Automatisierung mbH, Schenefeld
 * REMARKS   : -
 * CHANGES   : CH#n   
 * LOG       : $Log$
 */

package org.jpac.fx.test;

import org.jpac.Module;

/**
 *
 * @author berndschuster
 */
public class ModuleTester extends ModuleTesterTemplate{
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        Module module = new ClickButtonTestModule(null,"Main");
        module.start();
        launch(args);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy