CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    table or scroll pane in awt

    I would like to add a bunch of checkboxes to a scrollable pane. Has implemented a table or scrollpane which allows more than one component? Thanks.


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: table or scroll pane in awt

    ScrollPane allows you to put one component in it. Hence, the best solution to put lots of component is
    to put thoese components in a Panel, and then put the Panel in the ScrollPane.
    good luck,
    Alfred Wu


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured