MrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agoCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comexternal-linkmessage-square45fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comMrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agomessage-square45fedilinkfile-text
minus-squareAatube@kbin.sociallinkfedilinkarrow-up0·1 year agoIf you’re using swing, you can’t, unless you’re willing to use something called SwingWT from twelve years ago.
minus-squareMrOzwaldMan@lemmy.mlOPlinkfedilinkarrow-up0·1 year agoIm using JavaFX, i forgot to type that in the title. If it still doesn’t work, i may have to just CSS or show the devs my work and they’ll implement my work in their own way.
minus-squareAatube@kbin.sociallinkfedilinkarrow-up0·1 year agoWell, JavaFX has even worse support. There aren’t even bundled themes to mimic Windows and macOS style, and you’ll indeed have to port the CSS.
minus-squareAatube@kbin.sociallinkfedilinkarrow-up0·1 year agothe Java devs, OP’s thinking they can make a JEP and pull request when they have time
minus-squareleopold@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·1 year agoActually, Swing has a GTK3 style, so it can integrate decently well. JavaFX however does not.
If you’re using swing, you can’t, unless you’re willing to use something called SwingWT from twelve years ago.
Im using JavaFX, i forgot to type that in the title.
If it still doesn’t work, i may have to just CSS or show the devs my work and they’ll implement my work in their own way.
Well, JavaFX has even worse support. There aren’t even bundled themes to mimic Windows and macOS style, and you’ll indeed have to port the CSS.
the Java devs, OP’s thinking they can make a JEP and pull request when they have time
Actually, Swing has a GTK3 style, so it can integrate decently well. JavaFX however does not.