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

mmarquee.demo.PointerOver Maven / Gradle / Ivy

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

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

        main.run();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy