Search:

Type: Posts; User: Json

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    2,981

    [SOLVED] Re: I cant load the icon!!!!

    How about something like this.



    final URL url = ClassLoader.getSystemClassLoader().getResource("mercuryLogo.jpg");
    final Image icon = Toolkit.getDefaultToolkit().getImage(url);...
  2. Replies
    12
    Views
    2,981

    [SOLVED] Re: I cant load the icon!!!!

    I dont know how the resizing works on icons to be honest, however when it comes to putting a specific location down you might not want to do that when you ship your program so you need to make sure...
  3. Replies
    12
    Views
    2,981

    [SOLVED] Re: I cant load the icon!!!!

    What errors are you getting if any?

    Edit: make sure the image is in the right path or on the classpath. If you try giving a full path to the image it will most likely work as in...
Results 1 to 3 of 3