View Single Post
Old 11-15-2012, 11:39 PM   PM User | #3
Taro
Regular Coder

 
Taro's Avatar
 
Join Date: Oct 2011
Location: Geraldton, Ontario
Posts: 155
Thanks: 1
Thanked 1 Time in 1 Post
Taro is an unknown quantity at this point
Hello,

Why not just use a dialogue within the main method?
Code:
String type = JOptionPane.showInputDialog
That way you can prompt to return a sting value, and then use that value through a transfer system; if a=b, then b=c. Just know that the end result is the cascading of the return value.

Just remember that it is important that they may have more than one input type.
__________________
Element ID

Webs Support Helper

Your friendly neighborhood Taroman.
Taro is offline   Reply With Quote