Search:

Type: Posts; User: stewbond

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,223

    [SOLVED] Re: JFileChooser provides null string

    Whoops! Thanks for the easy fix.

    I was reading about this class here:
    JFileChooser (Java Platform SE 7 )
    I guess I skipped over the getSelectedFile() part of it.
  2. Replies
    2
    Views
    1,223

    [SOLVED] JFileChooser provides null string

    I'm getting a NullPointerException in my code. I've use the debugger and traced it to the chooser.getName() line. This is returning a null value to me.

    Does anyone have an idea where I went...
Results 1 to 2 of 2