Visual Lib and Retina
"lanthale" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks alot for your explaination. I will try that if the BufferedImage is also working inside of a Netbeans RCP application. Because the most tests with retina I am doing are functioning in pure Swing applications but not inside netbeans rcp applications because the redrawing is controlled somehow by netbeans. Especially if you want to use bitmap images. For example the toolbar inside of my application totally blurry but not if I use the same code inside of a plain swing application. I will try and see how the BufferedImage is working. Clemens