Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,620

    Re: A GUI issue.

    Might want to check which component has the focus, and make sure that the component you want to monitor for key presses requests it. Again, CardLayout is still probably how you should be proceeding....
  2. Replies
    9
    Views
    1,620

    Re: A GUI issue.

    Yeah, the API is your best friend. The method you're looking for is validate or revalidate. Alternatively, you could look into CardLayout.
  3. Replies
    9
    Views
    1,620

    Re: A GUI issue.

    Let me see if I can help, you have a few issues here...

    First off, that scan.nextLine() is acting like the scanf function you described- it stops and waits for input before it continues executing...
Results 1 to 3 of 3