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

.vlcj-javafx.1.2.0.source-code.module-info Maven / Gradle / Ivy

/**
 * vlcj-javafx module.
 */
module uk.co.caprica.vlcj.javafx {
    requires java.desktop;
    requires javafx.graphics;
    requires uk.co.caprica.vlcj;

    exports uk.co.caprica.vlcj.javafx.fullscreen;
    exports uk.co.caprica.vlcj.javafx.videosurface;
    exports uk.co.caprica.vlcj.javafx.view;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy