-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
solaris_11
-
x86
-
solaris_nevada
I have an application that uses the jCalendar Swing Bean (http://www.toedter.com/en/jcalendar/) to prompt for dates. This works fine under Win32 using both Java 1.5.0_07 and 1.5.0_08 on Win32, but doesn't work with the same Java versions on Solaris Nevada x86 build 44 - clicking on the button displays a calendar, but any mouse press closes the popup immediately and no update is made to the date field. The code in question is this:
JDateChooser dateChooser = new JDateChooser("dd/MM/yyyy", "##/##/####", '_');
JDateChooser dateChooser = new JDateChooser("dd/MM/yyyy", "##/##/####", '_');
- relates to
-
JDK-6461554 Java 1.5.0_08 breaks SquirrelSQL on Solaris x86
-
- Closed
-