Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Remove default window icon from JFrame

Thu Oct 23, 2008 1:45 am

I'm creating a JFrame, and In the top left corner there is an icon, a little
coffee cup... I tried setIconImage(null) but the api docs say that that loads
the default icon, which is the coffee cup in this case.

Can I completely remove that icon? I dont want to display my own, I just dont
want it there!



Re: Remove default window icon from JFrame

Thu Oct 23, 2008 1:46 am

i think you can use a blank icon to replace it, although in the way it
is an icon actually.

Post a reply
  Related Posts  to : Remove default window icon from JFrame
 How to change the JAR Icon     -  
 JFrame on applet     -  
 How to add icon to subForums in mile100 style.     -  
 JFrame properties for an Applet to be embedded in website?     -  
 Remove Indentation     -  
 Remove all the vowels from a string     -  
 remove page title     -  
 Use the 'default' case     -  
 Add and Remove CSS classes to html tag dynamically     -  
 Remove a portion of the array and replace it with something     -