mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
Extras: added missing export of package com.formdev.flatlaf.extras.components to Java 9 module descriptor (issue #117)
This commit is contained in:
@@ -10,6 +10,11 @@ FlatLaf Change Log
|
|||||||
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR
|
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR
|
||||||
#229)
|
#229)
|
||||||
|
|
||||||
|
#### Fixed bugs
|
||||||
|
|
||||||
|
- Extras: Added missing export of package
|
||||||
|
`com.formdev.flatlaf.extras.components` to Java 9 module descriptor.
|
||||||
|
|
||||||
|
|
||||||
## 0.46
|
## 0.46
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,5 @@ module com.formdev.flatlaf.extras {
|
|||||||
requires com.formdev.flatlaf;
|
requires com.formdev.flatlaf;
|
||||||
|
|
||||||
exports com.formdev.flatlaf.extras;
|
exports com.formdev.flatlaf.extras;
|
||||||
|
exports com.formdev.flatlaf.extras.components;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user