mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
fixed Java 9 module descriptor (broken since 0.14)
This commit is contained in:
@@ -5,6 +5,7 @@ FlatLaf Change Log
|
||||
|
||||
- Made some fixes for right-to-left support in ComboBox, Slider and ToolTip.
|
||||
(issue #18)
|
||||
- Fixed Java 9 module descriptor (broken since 0.14).
|
||||
|
||||
|
||||
## 0.15
|
||||
|
||||
@@ -24,4 +24,6 @@ module com.formdev.flatlaf {
|
||||
exports com.formdev.flatlaf.icons;
|
||||
exports com.formdev.flatlaf.ui;
|
||||
exports com.formdev.flatlaf.util;
|
||||
|
||||
uses com.formdev.flatlaf.FlatDefaultsAddon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user