Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Removing JAVA logo in JFrame title bar

843806Nov 28 2008 — edited Nov 28 2008
I know this message has been ask a few times already, but none of the answers worked for me.

I created a Java application in Netbeans. I want to remove the Java logo in the JFrame title bar. I tried it with setIconImage(......), I put it in a try-catch block. When I ran the app, no exception where thrown, but the image of the JFrame hasn't changed. Is there any other way to change or remove the logo-icon in the title bar??

I thought of deleting/changing the default logo. The default logo (I think) should be located in either the netbeans or the jdk folder. Does anyone know where the java logo is located (and if it is a .ico or .png or etc..), and if it will work???

I appreciate any suggestions!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2008
Added on Nov 28 2008
1 comment
758 views