Re: Visual Lib and Retina
bruehlicke <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAHQSMeWwVFanz6q7Yu1W2M6vBxSLKWqZ_436_x+V1-sVY4iJAw@mail.gmail.com> |
It really depends what you want to achieve. I am using both. There are some really nice features in Visual Lib if you plant to make some graph's with connections and allowing interactivity on those. It uses the same Scene graph approach but Visual Lib rendereing is executed on the EDT thread together with all the others RCP Swing related rendering while FX is using its own FX thread. Not a super big issue but very healthy to be aware of. Personally if I had to start out from scratch I would see if I could make it work with FX but this for no mean gives you a free ride as it may cause as much work if not more depending what you would like to achieve. On Fri, May 20, 2016 at 6:30 AM, lanthale <[email protected] > wrote: > I am planing to use the visual library in a netbeans rcp application. > Before I start can anyone say if this lib is retina ready ? > > I am asking because mainly netbeans is on the grapfical sidy not retina > ready and therefore I want to know if I should bypass the visual lib and > use a jfxPanel instat. > > thank you in advance. > > best regards, > Clemens > > > > >