MrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 2 years agoCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comexternal-linkmessage-square45linkfedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkCreated a Java Application for Easy '.desktop' File Creationwww.youtube.comMrOzwaldMan@lemmy.ml to Linux@lemmy.mlEnglish · 2 years agomessage-square45linkfedilinkfile-text
minus-squareMrOzwaldMan@lemmy.mlOPlinkfedilinkarrow-up0·2 years agoHow do I integrate gtk and qt, so both GNOME and KDE users can use this?
minus-squareAatube@kbin.sociallinkfedilinkarrow-up0·2 years agoIf you’re using swing, you can’t, unless you’re willing to use something called SwingWT from twelve years ago.
minus-squareleopold@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·2 years agoActually, Swing has a GTK3 style, so it can integrate decently well. JavaFX however does not.
minus-squareMrOzwaldMan@lemmy.mlOPlinkfedilinkarrow-up0·2 years 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·2 years 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·2 years agothe Java devs, OP’s thinking they can make a JEP and pull request when they have time
How do I integrate gtk and qt, so both GNOME and KDE users can use this?
If you’re using swing, you can’t, unless you’re willing to use something called SwingWT from twelve years ago.
Actually, Swing has a GTK3 style, so it can integrate decently well. JavaFX however does not.
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