Re: Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread Marco Rossi
Why don’t you try to implements a custom property sheet editor with a JLabel (that supports simple html rendering). Take a look here: https://platform.netbeans.org/tutorials/nbm-property-editors.html > Il giorno 16 mag 2018, alle ore 17:58, stephen cumminger >

Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread stephen cumminger
I am using PropertySupport.Reflection in the createSheet call of an AbstractNode to populate several properties of interest in a PropertySheetView. Everything works fine, but I would like to use html rendering for the property values. The String values currently have and tags that get