Again, apologies for the noob question, but changing my title doesn't seem to change it on the OS level. I want my app to be called "Yay".
Same with my notification, except it says "Java". I guess I'm missing some larger configuration somewhere. I did look in tutorials and the only title changes it had were in the Window tutorial.
r
romainguy
01/05/2021, 6:59 PM
My info might be outdated since I haven’t written a desktop Java app in a long time, but on macOS it’s done either by setting the name in
Info.plist
inside your DMG. You can also use
-Xdock:name="my name"
when invoking the Java runtime
c
Colton Idle
01/05/2021, 8:13 PM
Interesting. first time doing desktop app dev so I don't really know what that means. I was kind of expecting that it would just put my title as my app name. Apparently I am mistaken. 🙃