cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

System.out.println doesn't do anything #56

Closed Techboy331 closed 10 years ago

Techboy331 commented 10 years ago

I attempted to use System.out.println in the main of Park.java to debug code, assuming that the terminal window which opens the graphs would function as the console. However, the window does not print anything out after "resize resize resize". It's reminiscent of when one does "emacs something.java", and that terminal window cannot do anything besides keeping that emacs instance running.

Has anyone been able to do this?

cforster commented 10 years ago

duplicate of #55