I'm developing a simple Java swing application and of-course I'm noob learning java . When I run that program it shows "java" text tool-tip on mac dock .
How can i remove that text and replace with my own text . I tried this code but it doesn't work . the code i tried :
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "My text");
thanks in advance .