Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: Can't get it to save stuff with JFileChooser

    if(theObject instanceof Serializable)
    {
    // the object implements Serializable
    }
  2. Re: Can't get it to save stuff with JFileChooser

    JFileChooser only lets you select one or more files/directories. The actual saving out of the data is a separate issue and should behave exactly the same as when using a hard-coded path.

    In order...
Results 1 to 2 of 2