JDK 9 RFR of 8033525 : Fix raw and unchecked lint warnings in sun.swing.*

2014-02-03 Thread Joe Darcy
Hello, Please review the webrev below which address ~50 raw and unchecked javac lint warnings in sun.swing.*: 8033525 : Fix raw and unchecked lint warnings in sun.swing.* http://cr.openjdk.java.net/~darcy/8033525.0/ That code in sun.swing.* compiles cleanly with the raw, cast, and un

Re: Setting a component orientation in JRSUI

2014-02-03 Thread Mike Swingler
On Jan 22, 2014, at 7:23 AM, Alexander Scherbatiy wrote: > Hello, > > Below is the code that shows that setting a component orientation for the > JProgressBar in Aqua L&F does not work. > > My assumption was that the Direction should be properly set to the painter > state in the AquaProgres

Re: Setting a component orientation in JRSUI

2014-02-03 Thread Artem Ananiev
Adding java-dev@apple alias to CC. Artem On 1/22/2014 7:23 PM, Alexander Scherbatiy wrote: Hello, Below is the code that shows that setting a component orientation for the JProgressBar in Aqua L&F does not work. My assumption was that the Direction should be properly set to the paint