Search:

Type: Posts; User: snowguy13

Search: Search took 0.11 seconds.

  1. Re: Simple game that requires me to load game settings from a file

    Oh. I apologize.

    The way I'm doing this (I am encountering the same issue with a program of mine right now) is using a FileInputStream.

    To create one, use the code
    FileInputStream fs = new...
  2. Re: Simple game that requires me to load game settings from a file

    Hello!

    You're going to have to create files using Java.io.File, Java.io.PrintWriter, and similar classes.

    To initialize a PrintWriter, you use the code
    PrintWriter file = new...
Results 1 to 2 of 2