From bcd7a7e3dda41871f8a5182c8cef5ebf136f2fcb Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sun, 11 Sep 2022 13:59:54 +0200 Subject: [PATCH] FlatClientProperties: fixed typo in javadoc --- .../src/main/java/com/formdev/flatlaf/FlatClientProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5819e274..e7e0812e 100644 --- a/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java +++ b/flatlaf-core/src/main/java/com/formdev/flatlaf/FlatClientProperties.java @@ -254,7 +254,7 @@ public interface FlatClientProperties String COMPONENT_FOCUS_OWNER = "JComponent.focusOwner"; /** - * Specifies whether a component in a embedded menu bar should behave as caption + * Specifies whether a component in an embedded menu bar should behave as caption * (left-click allows moving window, right-click shows window system menu). * The component does not receive mouse pressed/released/clicked/dragged events, * but it gets mouse entered/exited/moved events.