Skip to content

Commit

Permalink
Fix typos in TilePane.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent d85a715 commit 60963f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public String getName() {

/**
* The preferred width of each tile.
* If equal to USE_COMPUTED_SIZE (the default) the tile width wlll be
* If equal to USE_COMPUTED_SIZE (the default) the tile width will be
* automatically recomputed by the tilepane when the preferred size of children
* changes to accommodate the widest child. If the application sets this property
* to value greater than 0, then tiles will be set to that width and the tilepane
Expand Down Expand Up @@ -513,7 +513,7 @@ public String getName() {

/**
* The preferred height of each tile.
* If equal to USE_COMPUTED_SIZE (the default) the tile height wlll be
* If equal to USE_COMPUTED_SIZE (the default) the tile height will be
* automatically recomputed by the tilepane when the preferred size of children
* changes to accommodate the tallest child. If the application sets this property
* to value greater than 0, then tiles will be set to that height and the tilepane
Expand Down

0 comments on commit 60963f8

Please sign in to comment.