Quote (carteblanche @ May 18 2013 08:15am)
if you're trying to display info, i think you want system.out, not system.in. but yes, using gui controls is preferable. if it's just for logging purposes then you should be using a log file
no i wanted input from a user to be able to be displayed as output. Similar to system.in --> system.out, but wiht the gui interface. i just wanted a direct code to make that happen
the purpose of it is for a blackjack game where a user can type something (like their name) where it can then be converted into text on the graphics interface