How do I remove the coffee-cup icon in Windows's frames?

Hi Java developers!!!
I'd like to know if there's a way I can remove that small icon at the upper-left corner of an AWT Frame that
appears on every window under Windows. As far as I know, there are licensing restrictions that won't let me
distribute any program that use these copyright-protected icons/images in any program unless Sun
explicitly tells me so. Ideas anyone?
- Heriberto Delgado
Sui Generis S.A.
([email protected])

(Sorry for my bad english, I'm from Costa Rica.)
Ok, let me explain it. Frame.setIconImage() gets rid of the coffee-cup icon in the frame, so that the old icon is
not visible again in the application, thus it's not infringing any Sun-imposed copyrights on it's usage. That works
when the application is run under Windows, and possibly other OSes. However, Windows is my only current
development platform, and I don't know how my application will really look on other OSes, as
Linux/Solaris/MacOS/etc., and I'm actually worried about if other Sun-proprietary icons/images will appear in my
application when opened within these OSes, besides the coffee-cup icon. Should I be worried, or not?
Again, thanks for your quick response!
- Heriberto Delgado
Sui Generis S.A.
([email protected])

Similar Messages

  • How can we change the 'coffee cup' symbol

    sir/madam
    could you please tell me ,how can I change the coffee cup icon
    appeard at the left corner of the window to my own icon or image.

    public void JFrame.setIconImage(Image image)

  • How do I remove the Adobe updater icon from the menu bar?

    How can I remove the Adobe Updater icon from the menu bar? It's pixelated and looks broken. Any help is appreciated.
    I found this thread, but it doesn't work. When I click on the Updater icon, then click "Open updater," it opens the Creative Cloud instead. I haven't found a way to remove the updater icon from within Creative cloud.
    Remove Adobe Updater from OS X menu bar?
    ^^ Doesn't work
    Anyone know how to remove it?
    Thanks!

    Found it, thanks to later posts in that thread I mentioned in the OP. Here is what they suggest (you have to use Photoshop):
    1. In Photoshop, go to Help >Updates:
    2. Click "Preferences" at the bottom right.
    3. Uncheck the box labeled "Notify me of new updates on the menu bar." Then click "Ok."
    Hope that helps anyone!

  • How do I remove the superdrive notification icon on top of the taskbar?

    How do I remove the superdrive icon on top of the taskbar.  It appeared all of sudden when I reboot my computer, I checked sharing setting and everything is off.  There are no drive nearby to share with.
    thanks

    If you are talking about the "Eject" icon then you could:
    QUOTE:
    "Hold the "command" key (may have the Apple logo), click on the "icon" drag it out, release the button, release the command(Apple) key."
    (by: Wes)
    & you are done...

  • Mac OS X v10.5: How do I remove the Macintosh HD icon from the desktop?

    I am running Leopard, how can I remove the Macintosh HD from my desktop?

    Choose Preferences from the Finder menu, click on General, and turn off the checkbox which controls it.
    (31918)

  • How do you remove the .mac sync icon from the menu bar?

    I do not subscribe (or plan to subscribe) to .mac, yet there is an icon on the menu bar to sync with .mac. How can I remove it from the menu bar?

    cationic,
    Just (⌘ + Click) on the icon and drag it out of the menu bar.
    ;~)

  • How do I remove the bookmark toolbar icons for websites? After updating to Firefox 22, add-ons don't help.

    In the Bookmark Toolbar, the icons for websites take up too much space and are distracting. I used to use the Bookmarks - Deiconizer add-on but after updating to Firefox 22 it doesn't work anymore.
    I tried adjusting the userChrome.css as in other posts but that does not work.
    Please help!

    Hi haweyext,
    Did you see this thread from yesterday:
    [https://support.mozilla.org/en-US/questions/964732 How do I keep the icons out of my Bookmarks Toolbar (tried Bookmarks Deiconizer) even after downloading files?]
    If userChrome.css isn't working (note: you need to exit and restart Firefox before it takes effect), you can apply that rule to Firefox using the Stylish extension instead.
    Does any of that help?

  • How can i change the Director App Icon for Windows?

    How can i change the icon for my App for Windows? Director can do this from the Publish Settings. The Custom icon for app doesn't work. I select a .ico file for windows and Director can't attach this to the app.
    There is anothe way to do that simple like in Mac with the Contest folder?
    Regards
    Gino Delgado

    You can also try my RiEditor here: http://www.director-online.com/dougwiki/index.php?title=Resource_and_Icon_Editor
    However, to answer your original question directly, I suspect there's something wrong with your .ico file as the feature in the publish settings works just fine, last I tried.

  • How do I remove the hidden file icons from the Finder folder?

    I recently had problems with Final Cut Pro and had to remove QuicktimeX and use Pacifist to re-install QuicktimeX back into the Applications folder.
    I now have "hidden icons" that are lightly grayed out in the Finder folder. I was told by the Apple Genious leave them alone until you know the correct way of removing them from the folders because they play an important role in the system folder.
    Can someone advise me on how to make them go away again?

    LOL! Sorry Niel, I 'm just a beginner when it comes to more the double clicking on the Mac. I just had to laugh at myself after reading your response. I should have been in a Three Stooges movie....
    Thank you, it worked and I saved it just in case one of my friends have the same problem. I will fix it for them then claim to be a Mac Genius.

  • How can I remove the Mac protector icons? I finally deleted that program but I cannot throw away the icons?

    Hi, I have a little problem. I downloaded a malware called Mac Protector, for my fault, and now I finally have deleted that program but I cannot throw away the relative icons (in my display). How can I do?

    Where on the screen? On the Desktop? In the Dock? In the menu bar? Please post a screenshot.

  • How can I remove the Firefox diskdrive icons from my desktop?

    I have tried putting them in the trash but with no success...the program works fine. I just don't want these two huge icons on my desktop. Can anyone help me with this? Thanks.

    Click Finder, view, show view options, and then set icon size. You can size them and see the effects to choose what works for you.

  • How do I remove the extra large icons

    I unplugged my phone this morning and the icons are HUGE. I can't see to do anything. I have tried everything, I tried to turn it off, and then on again. I tried to go into settings to make the icons smaller. I am unable to use from phone. Any advice?

    You have Zoom on... double tap with three fingers to turn it off.   Go into Settings > General > Accessibility to disable it.
    See p. 243... http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • Changing the coffee cup Icon in Titlebar?

    HI
    I read all thrads about this but still dont get it working. I tried it 3 ways:
    1:
    ImageIcon pic = new ImageIcon("pic.gif");
    this.setIconImage(pic.getimage());
    I call this function in the constructor of the frame Object. Pic is in same folder as the class. Frame appears but NO icon is shown (just blue Titlebar)
    2:
    this.setIconImage( new ImageIcon( Classloader.getSystemResource("pic.gif")).getImage());
    brings up a NULL pointer Error :(
    3:
    this.setIconImage(Toolkit.getDefaultToolkit().getImage(packetName + "pic.gif"));
    where packetName is the full packet path.
    this on e also gets me an NULL pointer Error.
    I dont know what to do anymore. Please help! THanks!

    2. this.setIconImage( new ImageIcon( Classloader.getSystemResource("pic.gif")).getImage());
    This is the best thing to do if you don't know where your classes will be installed. Put your image in your classpath and you're done. If it didn't work for you then it may be because your class is in a package. Here's what I do:
    setIconImage(new ImageIcon(this.getClass().getResource("/pic.gif").getImage());
    Note the slash at the beginning of the file name. If my class is named com.hoser.SuperGUI, then it will be in a directory named .../something/com/hoser. I put the pic.gif file in the .../something directory, which would be one of the directories in my classpath, and the getResource() method finds it there.
    If I left off the slash, then getResource() would be looking in my classpath for com/hoser/pic.gif, and in that case I would have to put the file into the .../something/com/hoser directory.

  • Change Coffee cup icon on JDialog & JOptionPane

    I try to change the coffee cup icon on my JDialog and JOptionPane.
    My JDialog box does not load the Parent Icon (JFrame icon), and not even show a coffee cup icon.
    My JOptionPane would just show a coffee cup icon, eventhough its parent is the above JDialog with no icon.
    Is there anyone know how to fix this?
    I'd like show my icon on the JOptionPane instead of the coffee cup icon.
    And also to show my icon on the JDialog instead of nothing, not even a coffee icon.
    Any help is appreciated.
    CL

    Passing a parent with the desired icon to the JDialog/JOptionPane should solve your problem, however there is a bug in swing that prevents any icon from showing in the titlebar if a JDialog is made non-resizable (through a call to setResizable(false)).
    The bug adatabse says that this has been resolved but I am using jdk 1.3.1 and continue to have this problem.

  • How do I delete the apple watch icon?

    How do I remove the Apple Watch Icon from my iPad 2?

    They should be iPhone only. I know I didn't get one on my iPod.
    Apple puts the software on your phone just so that everything is ready to go if you ever choose to get a watch. It's like Newsstand and Health, Facetime, iMessage, Passbook and other built in apps. Stuff you may never use but Apple feels should be there ready if you ever choose to use it.

Maybe you are looking for

  • Do I need to close it ?

    Consider following example... Example 1:             FileInputStream fis = new FileInputStream("test.txt");             DataInputStream dis = new DataInputStream(fis);             // Do something ...             dis.close();             fis.close();

  • .mac account shows multiple 'welcome' sites.. all point to same html

    I was just toying with iWeb 08 and I published several different welcome.html files, however when I log into the web .mac manager it shows 4 different ones under 'my sites', even though they are identical. How do I remove them so I only see the one/

  • DFS Maintenance Practices

    I have two file servers both replicating full mesh to provide redundancy for our folders and files.  Both machines are running Win2012 Standard.  On this machines they both have a volume each in RAID6 configuration.  This is the shared volume. We fin

  • My iPhone keeps restarting when i try and edit my pictures

    i can open my pictures and view them but when i hit edit then crop it restarts i have tried restoring it and it didn't work?

  • FWSM 4.1

    Hello, I have got a replacement for my faulty fwsm,does anybody know the new  FWSM which is shipped contains which IOS bydefault?????. And do we require a license (activation key) to upgrade from 3.2 to 4.1.?????? or the existing activation of 3.2 wi