-
Bug
-
Resolution: Fixed
-
P4
-
8u20
-
None
The TilePane private methods computeContentWidth and computeContentHeight should probably return zero if columns == 0 or rows == 0 (respectively). As it is now, they will return a negative number which results in the computed width/height being less than the sum of the relevant insets.