Swing problem with current snapshot

Peter Graves pgraves at ix.netcom.com
Fri Mar 26 12:00:02 PST 1999


Seems like today's snapshot has a problem with Swing.

annie:~/swing-1.1/examples/SwingSet/classes> ~/kaffe SwingSet
!!!WARNING: Swing must be run with a 1.1.2 or higher version VM!!!
java.lang.NullPointerException
	at
javax.swing.plaf.basic.BasicLabelUI.propertyChange(BasicLabelUI.java:297)
	at
javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:154)
	at javax.swing.JComponent.firePropertyChange(JComponent.java:2915)
	at javax.swing.JComponent.setUI(JComponent.java:255)
	at javax.swing.JLabel.setUI(JLabel.java:221)
	at javax.swing.JLabel.updateUI(JLabel.java:232)
	at javax.swing.JLabel.<init>(JLabel.java:130)
	at javax.swing.JLabel.<init>(JLabel.java:158)
	at SwingSet.main(SwingSet.java:1243)


More information about the kaffe mailing list