Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hjohn committed Oct 22, 2024
1 parent 4ffc34a commit ff42e92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
* ScrollPane sets focusTraversable to false.
* <p>
* ScrollPane only acts on key presses when it has the focus ({@link #isFocused()}
* returns {@code true}) and won't respond to unconsumed key events that bubble
* up from a focused child control.
* returns {@code true}) and won't respond to key events that bubble up from a
* focused child control.
* <p>
* This example creates a ScrollPane, which contains a Rectangle:
* <pre><code> Rectangle rect = new Rectangle(200, 200, Color.RED);
Expand Down

0 comments on commit ff42e92

Please sign in to comment.