Re: Review request for 4473075: JTable header rendering problem (after setting preferred size)

2015-03-18 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 3/16/2015 1:09 PM, Semyon Sadetsky wrote: javadoc to the introduced JTableHeader.getPreferredSize() was changed according to Phil's corrections: The last webrev: http://cr.openjdk.java.net/~alexsch/semyon-sadetsky/4473075/webrev.04/ On

Re: [9] Review Request for 8041642: Incorrect paint of JProgressBar in Nimbus LF

2015-03-18 Thread Semyon Sadetsky
That's correct. Because with the insets left+right=5+5px those values are <10px and cannot be painted. The bar style image contains a gradient pattern along with transparent shadows for the bar margins. The squeezing will distort it and user will see a different pattern. That was the point of bu