[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] Re: Adding a property to JMyPanel

Use the standard BeanInfo definition of an event or property.

See:

http://java.sun.com/products/javabeans/docs/spec.html

The easiest thing is to have your class follow the design patterns for properties and events in your class and they will picked up automatically.

Mr Smith wrote:
Hello,

let's say that i want to make a class JMyPanel wich extends JPanel. I want add an event, or a bean property (simple, bound, ...) to my class, is there any wizard/helper in VE to help me doing it?

TIA

-- Thanks, Rich Kulp