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

mmarquee.demo.EventHandler Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.demo;

/**
 * Created by Mark Humphreys on 04/02/2017.
 */
public class EventHandler {
    public static void main(String[] args) {
        DemoEventHandler main = new DemoEventHandler();

        main.run();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy