posted 20 years ago
well, the javabean i use is a calander component that popups from a combobox that displays the selected date.
the main problem that occurs when using jdk1.4, is that after i choose the date from the calander, the combobox value is changed according to the date chosen(as it should), but when i focus out from the combobox the value disappear. the combobox itself dosent show the selected date but when i open the calander i find out that it does save the date.
the only thing i can think of making this problem is that in jdk1.4 there are some changes in JComboBox the affect the bean.