Hi Sean,
Nah, I'm lucky I still can remember those things... The Java Beans
Specification [1] dates back to... 1997! :-O
[1]
https://download.oracle.com/otndocs/jcp/7224-javabeans-1.01-fr-spec-oth-JSpec/
On 5/7/24 17:01, Sean Carrick wrote:
Antonio,
You are a god among men! Thank you so mu
Antonio,
You are a god among men! Thank you so much. I knew that I was forgetting
something simple, and that was the MANIFEST entry.
Like you, it had been ages since I had done this and could not remember
what all needed to be done to make it work. You are awesome!
Sincerely,
Sean Carrick
Owner
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
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