Nuacht

Want to know more about standard Java I/O concepts like standard input, standard output, and standard error? Read on!
i'm writing an applet that needs to periodically request input from the user. the input is in integer form. my first thought was to create some sort of modal dialog, but the online java tutorial ...