bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/30337] NPE with own JComboBox if editor nis null


From: volker dot berlin at goebel-clan dot de
Subject: [Bug swing/30337] NPE with own JComboBox if editor nis null
Date: 5 Jan 2007 20:01:33 -0000


------- Comment #3 from volker dot berlin at goebel-clan dot de  2007-01-05 
20:01 -------
This does not solve the problem. The follow line

if (editor != null)

should be replaced with:

if (combobox.getEditor() != null)


-- 


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





reply via email to

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