Search:

Type: Posts; User: kingsta

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,281

    Re: Passing variable from one class to another

    What would i type though?
  2. Replies
    7
    Views
    1,281

    Re: Passing variable from one class to another

    I'm not sure i follow :S how would I pass the desired value to Tuna's constructor from my other class :S
  3. Replies
    7
    Views
    1,281

    Passing variable from one class to another

    String user1 = JOptionPane.showInputDialog("Please enter the first user's name");
    JOptionPane.showMessageDialog(null, user1 + " will go first! good luck!");


    and in my other class i have

    ...
Results 1 to 3 of 3