Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.38 seconds.

  1. Replies
    6
    Views
    1,252

    Re: Components not appearing (need help!)

    Some nitpicking- you almost never have a reason to extend JFrame, and your classes should start with upper-case letters.
  2. Replies
    6
    Views
    1,252

    Re: Components not appearing (need help!)

    That's your problem then. Components aren't visible until you add them to something.
  3. Replies
    6
    Views
    1,252

    Re: Components not appearing (need help!)

    When do you add your components to the JPanel? When do you add your JPanel to the JFrame?
Results 1 to 3 of 3