DatePicker bug when Refreshing Applet
Brought to you by:
michaelbaranov
Hi,
There is a problem with DatePicker when used in an applet.
Eerything works fine the first time, but if the page is refreshed, I have:
java.lang.NullPointerException
at java.util.Hashtable.remove
at javax.swing.UIDefaults.put
at com.michaelbaranov.microba.common.MicrobaComponent.updatedUI(MicrobaComponent.java:41)
at com.michaelbaranov.microba.calendar.CalendarPane.<init>(CalendarPane.java:196)
at com.michaelbaranov.microba.calendar.datePicker.<init>(DatePicker.java:120)
at com.michaelbaranov.microba.calendar.datePicker.<init>(DatePicker.java:74)
Thanks
Logged In: YES
user_id=1118136
Originator: NO
Please provide more details: java version, browser. Can you please post a standalone short applet example for me to reproduce it? Also your stack trace... something is wrong with it... there's no MicrobaComponent.updatedUI() but there is MicrobaComponent.updateUI()...
Not enough info.