mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 23:37:13 -06:00
added hint to FlatLaf.registerCustomDefaultsSource() javadoc that the package must be opened in module-info.java (issue #325)
This commit is contained in:
@@ -751,6 +751,8 @@ public abstract class FlatLaf
|
|||||||
* and can therefore override all UI defaults.
|
* and can therefore override all UI defaults.
|
||||||
* <p>
|
* <p>
|
||||||
* Invoke this method before setting the look and feel.
|
* Invoke this method before setting the look and feel.
|
||||||
|
* <p>
|
||||||
|
* If using Java modules, the package must be opened in {@code module-info.java}.
|
||||||
*
|
*
|
||||||
* @param packageName a package name (e.g. "com.myapp.resources")
|
* @param packageName a package name (e.g. "com.myapp.resources")
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user