Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#11248 - swing widgets unpainted
Attached to Project:
Arch Linux
Opened by x86hemi (xhemi) - Monday, 18 August 2008, 10:57 GMT
Last edited by Jan de Groot (JGC) - Monday, 18 August 2008, 13:13 GMT
Opened by x86hemi (xhemi) - Monday, 18 August 2008, 10:57 GMT
Last edited by Jan de Groot (JGC) - Monday, 18 August 2008, 13:13 GMT
|
DetailsDescription:
The WmTest doesn't paint any widget. Additional info: extra/jdk 6u7-1 Steps to reproduce: compile and run <<JAVAPROG import javax.swing.*; public class WmTest extends JFrame { public WmTest () { JLabel l = new JLabel ("WM Test"); this.getContentPane().add(l); this.setSize(256, 256); //this.pack(); this.setVisible (true); } public static void main (String args[]) { WmTest r = new WmTest (); } } JAVAPROG; |
This task depends upon
testing/openjdk6 1.2-2
AWT_TOOLKIT=MToolkit
and restart your wm, java coredumped and spat the following log.