macOS window button style: fixed javadoc

This commit is contained in:
Karl Tauber
2023-12-16 12:46:02 +01:00
parent 93d424cfe1
commit f68a871dd6

View File

@@ -1276,8 +1276,8 @@ public interface FlatClientProperties
* <strong>Component</strong> {@link javax.swing.JRootPane}<br>
* <strong>Value type</strong> {@link java.lang.String} or {@link java.lang.Boolean}<br>
* <strong>Allowed Values</strong>
* {@link #MACOS_WINDOW_TITLE_BAR_STYLE_MEDIUM},
* {@link #MACOS_WINDOW_TITLE_BAR_STYLE_LARGE} (requires macOS 11+) or
* {@link #MACOS_WINDOW_BUTTON_STYLE_MEDIUM},
* {@link #MACOS_WINDOW_BUTTON_STYLE_LARGE} (requires macOS 11+) or
* {@code true} (equal to 'large')
*
* @since 3.3