CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    23

    Paths urgent!!!!!!

    The following code works in JBuilder 3.5 but Explorer can't find the image. What's the problem?
    The image is in the same directory as the class file.

    Image image = Toolkit.getDefaultToolkit().getImage("Bulb-On.GIF");
    System.out.println(image);

    I have to use the Toolkit getImage method not the applets.





  2. #2
    Join Date
    Dec 1999
    Posts
    23

    Re: Paths urgent!!!!!!

    Answer no longer needed.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured