Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    12,700

    Re: Using JFileChooser to open and display an image

    Look at the ImageIO class. It has methods for reading image files into Images.
  2. Replies
    3
    Views
    12,700

    Re: Using JFileChooser to open and display an image

    There are several parts to your problem. Which are you having trouble with?
    Get the path to a file using JFileChooser
    Read the file from the path as an image
    Display the image in a JPanel.
    ...
Results 1 to 2 of 2