views:

31

answers:

1

I am currently building a small visual designer using the Netbeans Platform. All my components that can be placed on the JPanel show correctly in the Palette Window. What I am struggling to do at the moment, is to let the property window show the properties of the component that was either just dragged and dropped or showing the currently selected component in the JPanel in the Properties window.

Any help would be greatly appreciated.

A: 

You need to associate the object you want displayed in the Lookup of the palette. Presumably you have a Node associated with that Lookup object. Within that Node you need to override the createSheet method

I82Much
Do you need more information than this? I can provide some source code.
I82Much