Search:

Type: Posts; User: namhm

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    5,721

    Re: Dynamically add a Jpanel to a Jframe

    It depends on which layout manager you are using, as copeg said.

    java memory
  2. Replies
    6
    Views
    5,721

    Re: Dynamically add a Jpanel to a Jframe

    Well, in a nutshell it is as simple as:



    frame.add(panel);


    Design your ApcUpsPanel carefully so you can re-use it when adding it to the frame.

    java memory
Results 1 to 2 of 2