I\'m trying to change the application name displayed into the menu bar of OS X but i can\'t succeed with that. I have tried settings as the first statement in the main metho
try to put System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Alessio"); on your main code before anything else
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Alessio");
main