Boolean, Date, Integer Fields on Form
I tried experiment today. I added a boolean property to my form object and put object on a form. Good thing is, the field shown as checkbox automaticaly! Very nice to me! 8)
Now I am wondering, how I can add a date property to form object and have field shown in MyDateControl (a custom JComponent for edit java.util.Date) instead of JTextField? Or maybe I can use JFormattedTextField with date format (but how)?
How I can add also a Integer property and have it shown in JSpinner?
Stefano Rossi
"If I want your opinion, I'll give it to you."