Search:

Type: Posts; User: Tctwins

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,027

    Re: Need help with user input/output for GUI.

    im lost..bad. I just wanna be able to enter a number and have that number go to the correct statement. if you could guide me out a little bit it would be a better learning process.
  2. Replies
    6
    Views
    2,027

    Re: Need help with user input/output for GUI.

    This still isnt right but im on the right track I need it to work like that. how do i enter a value and have it come out in GUI with the right message?
  3. Replies
    6
    Views
    2,027

    Re: Need help with user input/output for GUI.

    import javax.swing.*;
    public class L4_SimpleCalc
    {
    public static void main (String[] args)
    {
    JOptionPane.showMessageDialog(null, "The Old Man says:");

    //Read in a value
    String...
  4. Replies
    6
    Views
    2,027

    Need help with user input/output for GUI.

    //This is my code so far. I'm suppose to have the user enter this:

    user enters a int between <= 12 then would display this message Howdy youngster

    user enters a int between >12 and <20 then...
Results 1 to 4 of 4