Skip to content

Commit

Permalink
macOS window button style: fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Jan 12, 2024
1 parent 93d424c commit f68a871
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f68a871

Please sign in to comment.