Swing Dev jdk6 and jdk7: wrong class cast in sun.print.IPPPrintService (in Solaris classes)

2010-11-15 Thread Nico R.
Hello! In sun.print.IPPPrintService.getIPPConnection(URL), there is a bug with class casting: see URL:http://hg.openjdk.java.net/jdk6/jdk6/jdk/file/5672a2be515a/src/solaris/classes/sun/print/IPPPrintService.java, lines 1556–1565 for JDK 6, and

Swing Dev hg: jdk7/swing/jdk: 6987844: Incorrect width of JComboBox drop down

2010-11-15 Thread alexander . potochkin
Changeset: 25c7ef39e22a Author:alexp Date: 2010-11-15 19:50 +0300 URL: http://hg.openjdk.java.net/jdk7/swing/jdk/rev/25c7ef39e22a 6987844: Incorrect width of JComboBox drop down Reviewed-by: anthony ! src/share/classes/javax/swing/Popup.java +

Re: Swing Dev jdk6 and jdk7: wrong class cast in sun.print.IPPPrintService (in Solaris classes)

2010-11-15 Thread Phil Race
Why did you send this to the Swing list? Its about printing which is handled by 2D. Please re-send it there : 2d-...@openjdk.java.net, as I don't want to cross-post this. -phil. On 11/15/2010 6:40 AM, Nico R. wrote: Hello! In sun.print.IPPPrintService.getIPPConnection(URL), there is a bug

Re: Swing Dev jdk6 and jdk7: wrong class cast in sun.print.IPPPrintService (in Solaris classes)

2010-11-15 Thread Nico R.
Phil Race wrote: Why did you send this to the Swing list? Its about printing which is handled by 2D. Oops, sorry. Please re-send it there : 2d-...@openjdk.java.net Done. Thanks -- Nico