netbeans platform with javafx/swing
"lanthale" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I started my app as a pure platform app in Swing but now I have migrated most of the parts into javafx because if issues with the netbeans components (not swing in general) Basically I replaced: - The toolbar completely - All content for the topcomponents - All diagrams - All editing text fields - All items which include graphics The reason for that was that the netbeans platform has many issues with higresolution screens. If you have the requirement that the application should function in the right way on high resolution screens than you have to replace as many of the netbeans components as you use resulting in an application where only the window system is used. cheers, Clemens