• 0 Posts
  • 1 Comment
Joined 12 days ago
cake
Cake day: March 10th, 2025

help-circle
  • uuldika@lemmy.mltoProgrammer Humor@programming.devWhy indeed
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    10 hours ago

    Java (and Object Pascal, I’m assuming) have very old-looking UIs. Discord’s gonna have trouble attracting users if their client looks like a billing system from 2005. Also, what do you do about the web client? Implement the UI once in HTML/CSS/JS, and again in JForms?

    So if you’re picking one UI to make cross-platform, and you need a web client, do you pick JForms and make it work on the web? or React and make it work on desktop?