High DPI - Win 10
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs4-19rquys=Q40RJmubqswQ-oOPigZAH1mwVG+98PzbjQ@mail.gmail.com> |
Hi All, I recently purchased a Surface Pro 4 that has a High-DPI screen. Using NetBeans was awful until setting dpiaware=false (and still not great with blurry text...). That's okay, it's usable. However, for my own RCP application, I'm finding that using dpiaware=false in the program .conf file does not do the trick. The splash screen is zoomed, but just before the splash screen disappears, it flashes to the tiny size and my application opens up with tiny text. Has anyone encountered this? I do use a custom look and feel and I'm about to look through the PLAF modules' source code to see if any tricks are being done within NB itself. However, if someone has a solution already, I'd love to hear it. If not, I'll post whatever I find out. Thanks! steven