Re: Clarification of Custom Property Editor

2018-12-15 Thread Marc Streckfuß
Hey Neil, Thanks for your fast reply, it turns out that said approach is actually what is used in the internal editors (your last link) e.g. here: https://github.com/apache/incubator-netbeans/blob/master/platform/o.n.core/src/org/netbeans/beaninfo/editors/ColorEditor.java#L597 I was hoping for a b

Re: Clarification of Custom Property Editor

2018-12-14 Thread Neil C Smith
On Fri, 14 Dec 2018, 21:05 Marc Streckfuß 2. I tried using editor.setValue(obj); FROM the Swing Component in the > Swing Thread (every time any UI Component changes it's value), but this > fails with java.lang.IllegalStateException: Attempt to mutate in > notification, because my Swing Components