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

Threaded View

  1. #1
    Join Date
    Dec 2002
    Location
    paris
    Posts
    2

    JTable JScrollPane rows visible : please help

    Hi,
    I need to put a JTable in a JscrollPane, so that there is only 10 rows of the JTable visible in the scrollpane...
    if the JTable is put in a JFrame I can't managed to set the size of the JscrollPane to do that..
    Does anybody know a way to do that ?

    thanks a lot by advance,

    Hélène.
    Last edited by helenerom; January 2nd, 2003 at 07:03 AM.

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