Question subject: Remove default window icon from JFrame
Posted: Thu Oct 23, 2008 1:45 am
Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
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!
AnswerBot
Question subject: Re: Remove default window icon from JFrame
Posted: Thu Oct 23, 2008 1:46 am
Joined: Sun Oct 19, 2008 3:53 pm Posts: 229 Has thanked: 0 time Have thanks: 0 time
i think you can use a blank icon to replace it, although in the way it is an icon actually.