Search:

Type: Posts; User: javapenguin

Search: Search took 0.20 seconds.

  1. Replies
    7
    Views
    1,721

    Re: Help with java logic

    Really...the way I thought of it was that it wouldn't go into the main below if it wasn't inside the constructor. Guess I was wrong.

    Also, I guess .equals isn't necessary as they both would point...
  2. Replies
    7
    Views
    1,721

    Re: Help with java logic

    First off, normally people would put


    JFrame que1 = new JFrame();
    JFrame que2 = new JFrame();
    JFrame que3 = new JFrame();
    JFrame res1 = new JFrame();

    JLabel label1= new JLabel("1.Question...
Results 1 to 2 of 2