rewauclair.modern-docking-ui.0.11.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modern-docking-ui Show documentation
Show all versions of modern-docking-ui Show documentation
UI extension to Modern Docking
/**
* Module for the Modern Docking framework
*/
module modern_docking.ui_ext {
requires modern_docking.api;
requires java.desktop;
requires com.formdev.flatlaf.extras;
exports ModernDocking.ext.ui;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy