Re: Matisse is throwing exception until I restart NetBeans
"Witold Szczerba" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
> I think it is planned for Java 7. But have you tried the SwingX component? > There is also a JXDatePicker. > Yes, I am trying to use it, but it is not working with my current binding system. I am using JGoodies binding (simple bean binding using internally addPropertyChangeListener on both beans), this JXDatePicker is not acting like a javabean - it is not firing propertychange events when date field has changed :( I have to download sources to see what actually is fired when date changes.