-
Bug
-
Resolution: Duplicate
-
P4
-
6
-
generic
-
generic
The JTable class specification says:
----------------------
protected *int* rowHeight
The height in pixels of each row in the table.
public int getRowHeight()
Returns the height of a table row, in pixels. The default row height is *16.0*.
-----------------------
It is strange that row height default value is 16.0. It must be int value.
----------------------
protected *int* rowHeight
The height in pixels of each row in the table.
public int getRowHeight()
Returns the height of a table row, in pixels. The default row height is *16.0*.
-----------------------
It is strange that row height default value is 16.0. It must be int value.
- duplicates
-
JDK-6960267 JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
-
- Closed
-