FileChooser: fixed missing labels in file chooser when running on Java 9 or later (issue #98)

This commit is contained in:
Karl Tauber
2020-05-13 12:50:41 +02:00
parent b3e0b99e8d
commit a9cfe69ba7
7 changed files with 165 additions and 2 deletions

View File

@@ -26,5 +26,7 @@ module com.formdev.flatlaf {
exports com.formdev.flatlaf.ui;
exports com.formdev.flatlaf.util;
opens com.formdev.flatlaf.resources;
uses com.formdev.flatlaf.FlatDefaultsAddon;
}