Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,628

    [SOLVED] Re: need help, Problem in JScrollPane

    You can set up a JPanel within a JPanel, for example, the following code will set up two JPanels with dimensions 200x200 adjacent to each other using the BoxLayout which I alluded to above (see How...
  2. Replies
    5
    Views
    2,628

    [SOLVED] Re: need help, Problem in JScrollPane

    You set the layout of the JPanel within the JScrollPane to null which may be part of the problem. I'd recommend first setting up the panel with an appropriate layout (a combination of BoxLayouts with...
Results 1 to 2 of 2