My Swing Java application works fine on Mac OS X, but its title in the Mac title bar looks like "org.classes.MainClass" , which is the main class of my application.
Can I change this header using the code or in the manifest file of my java application?
java swing title macos
Brad
source share