Re: Custom Bean Forms

2024-07-04 Thread Antonio
Hi Sean, It's ages since I last did this, so I may be wrong/outdated. As far as I recall you do need to have a BeanInfo for your Bean. This describes the properties of the Bean, including any PropertyEditor(s) you may need for specific Bean properties. You can right-click in your Java file an

Custom Bean Forms

2024-07-04 Thread Sean Carrick
Hey all! I have created a class that is a visual component that I would like to be able to visually edit in Matisse. I have annotated the class as @JavaBean, and included the @BeanProperty annotation on the property getter methods. However, when I try to create a new instance in Matisse, it consis