diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java index c71c0c6a..17d16c40 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java @@ -234,7 +234,7 @@ public interface FlatClientProperties /** * Specifies whether the scroll pane uses smooth scrolling. *

- * Component {{@link javax.swing.JScrollPane}
+ * Component {@link javax.swing.JScrollPane}
* Value type {@link java.lang.Boolean} */ String SCROLL_PANE_SMOOTH_SCROLLING = "JScrollPane.smoothScrolling"; @@ -679,7 +679,7 @@ public interface FlatClientProperties //---- JTree -------------------------------------------------------------- /** - * Override if a tree shows a wide selection. + * Override if a tree shows a wide selection. Default is {@code true}. *

* Component {@link javax.swing.JTree}
* Value type {@link java.lang.Boolean} diff --git a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java index eb52cf12..c1065747 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatSystemProperties.java @@ -64,6 +64,8 @@ public interface FlatSystemProperties * If this system property is set, FlatLaf invokes {@link JFrame#setDefaultLookAndFeelDecorated(boolean)} * and {@link JDialog#setDefaultLookAndFeelDecorated(boolean)} on LaF initialization. *

+ * (requires Window 10) + *

* Allowed Values {@code false} and {@code true}
* Default none */ @@ -79,6 +81,8 @@ public interface FlatSystemProperties * Setting this to {@code true} forces using JetBrains Runtime custom window decorations * even if they are not enabled by the application. *

+ * (requires Window 10) + *

* Allowed Values {@code false} and {@code true}
* Default {@code true} */ @@ -87,6 +91,8 @@ public interface FlatSystemProperties /** * Specifies whether menubar is embedded into custom window decorations. *

+ * (requires Window 10) + *

* Allowed Values {@code false} and {@code true}
* Default {@code true} */