Re: Visual Lib and Retina
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf9JLSoJmZjqaOd8AKDMXuJqiAFCX9N5WPxEH2J18Odt+w@mail.gmail.com> |
If all you need is a canvas to just draw lines and shapes why not simply use a BufferedImage? On May 22, 2016 07:28, "lanthale" <[email protected]> wrote: > From an outside perspective I see many issues with Java2D in Netbeans RCP > (not in JDK Swing) and retina. > > What I want to create is more a drawing canvas where I draw different > lines with a defined shape on a canvas. Those lines have no link between > each other. > > Thank you allot for your feedback. > > I think I will go with javafx. I replaced already allot of code because of > retina issues with javafx and therefore I think it doesn't mather to > implement the drawing code in javafx. I think I will make a feasability > study and afterwards will decide but actually all speaks against netbeans > rcp visual lib. > > cheers, > Clemens > > > > >