bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/26392] Side-effects in ImageIO.read() (VM won't exit)


From: asraniel at fryx dot ch
Subject: [Bug awt/26392] Side-effects in ImageIO.read() (VM won't exit)
Date: 24 Feb 2006 14:51:07 -0000


------- Comment #1 from asraniel at fryx dot ch  2006-02-24 14:51 -------
actualy i think every application has this problem.
package test;

import javax.swing.JTextPane;

public class StringTest {

        /**
         * @param args
         */
        public static void main(String[] args) {
                JTextPane test = new JTextPane();
}
}

does the same


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26392





reply via email to

[Prev in Thread] Current Thread [Next in Thread]