View Single Post
Old 02-12-2013, 02:31 AM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,752
Thanks: 4
Thanked 2,468 Times in 2,437 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
If you want to run it online, you'll need to wrap it in an applet.
I'd start by wrapping it in a gui, and then wrap that into the applet. Command line apps don't really work well in web environment, although technically you can write the interception for the input on the applet, but you may as well make it look pretty first.

Split the classes up as well; the cli interface can be abandoned when you write the gui, but the logic is good for both.
__________________
PHP Code:
header('HTTP/1.1 420 Enhance Your Calm'); 
Fou-Lu is offline   Reply With Quote
Users who have thanked Fou-Lu for this post:
Runner94 (02-12-2013)