views:

33

answers:

1

I've created a JavaBean with a custom editor and custom editor user interface for one of the properties. The value field in the property sheet for this property displays a red x- how can this be removed? And, what caused it to be there?

A: 

Check var/log/messages under your userdir. Most likely there is an exception being raised when NB tries to instantiate your editor.

Devon_C_Miller