6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
authormalenkov
Tue, 10 Aug 2010 19:29:30 +0400
changeset 6288 a77ecec681b5
parent 6106 c5ba8eff9aca
child 6289 2616179e7497
6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F Reviewed-by: peterz
jdk/src/share/classes/javax/swing/JTable.java
--- a/jdk/src/share/classes/javax/swing/JTable.java	Fri Jul 30 19:40:29 2010 +0400
+++ b/jdk/src/share/classes/javax/swing/JTable.java	Tue Aug 10 19:29:30 2010 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -946,7 +946,6 @@
 
     /**
      * Returns the height of a table row, in pixels.
-     * The default row height is 16.0.
      *
      * @return  the height in pixels of a table row
      * @see     #setRowHeight