Ok, basically I've already created my code, and would just like to create a simple GUI to use with it. All I want to do is allow the user to enter a value, have this assigned to a variable, use a switch statement with said variable to call a method, and have the method output the appropriate text to an uneditable window...and repeat the process. Could anyone give me an outline of how this would be accomplished/if it's even possible to do it this way?