Re: RFR: [9] [JDK-8081491] The case print incomplete.

2015-09-28 Thread prasanta sadhukhan
Have updated the webrev to cater to this empty lines http://cr.openjdk.java.net/~psadhukhan/8081491/webrev.09/ The below code was there initially and I have not added it. It was there because table.rowAtPoint() can return -1 when y/getRowHeight() >= getRowCount() so that rMax points to last row

Re: RFR: [9] [JDK-8081491] The case print incomplete.

2015-09-28 Thread Phil Race
Sorry to be nit-picky but TablePrintable.java seems to have gained some new empty lines and lost other lines that make the 'diff' look much larger than it really is. Also a couple in BasicTableUI have the same. I also see this comment seems to be invalidated by the change in some cases and it al