I am developing a small project using Java Swing. I am using jdk 7 on windows 7.
I have the main window of my application (JFrame) and of course it has a "favicon" which I set (it doesn't even matter if it was the default java logo).
My question is: Is there any possibility to disable the click on favicon ? When I click I get that menu which is specific to all windows applications. Close, minimize etc.
I would like to ignore that click. I have searched a while on the internet but I found no answer, it seems like I am the first person looking for this.
Thanks.