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

e.praxiscore-gui.5.5.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.

There is a newer version: 6.0.0-beta2
Show newest version
module org.praxislive.gui {
    
    requires java.desktop;
    requires java.logging;
    
    requires org.praxislive.core;
    requires org.praxislive.base;
    
    requires com.formdev.flatlaf;
    
    provides org.praxislive.core.services.ComponentFactoryProvider with
            org.praxislive.gui.components.GuiFactoryProvider;
    
    opens org.praxislive.gui.components to
            org.praxislive.base;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy