RE: Using HTML formatted text as Property Values in PropertySheetView

2018-05-18 Thread stephen cumminger
nPanel jPanel114.repaint(); jScrollPane5.doLayout();//may not be needed? } }); } Steve From: stephen cumminger Sent: Wednesday, May 16, 2018 5:18 PM To: Marco Rossi Cc: users@netbeans.apache.org Subject: RE: Using HTML formatted text as Proper

RE: Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread stephen cumminger
It looks promising. I’ll give it a try. Thanks. Steve From: Marco Rossi Sent: Wednesday, May 16, 2018 4:48 PM To: stephen cumminger Cc: users@netbeans.apache.org Subject: Re: Using HTML formatted text as Property Values in PropertySheetView Why don’t you try to implements a custom property

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 > ha scritto: > > I am using Proper