Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    Does your program find the files now?
  2. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    Are you trying to get the program to work? The following is From post#2
    Most common reason is the program is looking in the wrong place for the files.
    Are the images in the folder where the...
  3. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    which part don't you understand?
    Create a File class object using the path to one of the image files
    Call the println() method to print the File object's absolute path
    Something like this:

    ...
  4. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    Did you print out the value of the File class's absolute path method to see where the program is looking for the image file?
  5. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    Did you print out the File object's path as I suggested? What printed? Was the path that printed where the image file is located?

    I don't know what that image is supposed to show. Can you...
  6. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    If you can't tell if the program is looking in the correct place for the images, you can see where the program is looking by creating a File object with the path to an image file and print out the...
  7. Replies
    15
    Views
    1,138

    Re: Simple problem, please help!?!

    Most common reason is the program is looking in the wrong place for the files.
    Are the images in the folder where the program is looking for them?
Results 1 to 7 of 7