Search:

Type: Posts; User: nggdowt

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,734

    [SOLVED] Re: The button wouldn't show on the panel

    Thanks for all the great advice!
    right, so the real problem. The constructor of ResPanel didn't get called at all...
    The first thing I tried is changing
    ResPanel r = new ResPanel(); to
    JPanel r...
  2. Replies
    7
    Views
    1,734

    [SOLVED] Re: The button wouldn't show on the panel

    First of all, thanks for the quick reply.(for a moment I though my post was deleted lol)

    I am sorry if I didn't make it clear, but I kinda want to keep a certain "style" for the code.
    The new...
  3. Replies
    7
    Views
    1,734

    [SOLVED] The button wouldn't show on the panel that's inside another panel

    My problem is the the Button"test2" in the constructor won't show up. I have no idea what is wrong and there are no error at all.

    My Goal is to create serveral classes that represent a part of my...
Results 1 to 3 of 3