posted 25 years ago
Hey,
thanks so much. This worked and it works very well. Now I can get started on the GUI. Also, the Python version of this program had a time.sleep(x) which paused the program for a user-specified time. Is there any way to do this in java without using threads or should i just have it running as a thread and use thread.wait(x)?
thanks