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

exdev.mfxcomponents.11.26.8.source-code.module-info Maven / Gradle / Ivy

The newest version!
module mfx.components {
    requires transitive javafx.controls;

    requires transitive mfx.core;
    requires transitive mfx.effects;
    requires transitive mfx.localization;
    requires transitive mfx.resources;

    // Behaviors
    exports io.github.palexdev.mfxcomponents.behaviors;

    // Controls
    exports io.github.palexdev.mfxcomponents.controls;
    exports io.github.palexdev.mfxcomponents.controls.base;
    exports io.github.palexdev.mfxcomponents.controls.buttons;
    exports io.github.palexdev.mfxcomponents.controls.checkbox;
    exports io.github.palexdev.mfxcomponents.controls.fab;
    exports io.github.palexdev.mfxcomponents.controls.progress;

    // Skins
    exports io.github.palexdev.mfxcomponents.skins;
    exports io.github.palexdev.mfxcomponents.skins.base;

    // Theming
    exports io.github.palexdev.mfxcomponents.theming;
    exports io.github.palexdev.mfxcomponents.theming.base;
    exports io.github.palexdev.mfxcomponents.theming.enums;

    // Window
    exports io.github.palexdev.mfxcomponents.window;
    exports io.github.palexdev.mfxcomponents.window.popups;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy