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

    JTable Multi-line header

    I need to implement multi-line headers in a JTable. Has anybody done this before?


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: JTable Multi-line header

    As far as I know there is no direct support for multi-line headers, but u can have custom header component attached to JTable.

    Try creating ur own header component which shows multiline headers, or try giving multi-line label as header component. U will get the multi-line label at http://codeguru.com/java, under swing section.

    - UnicMan
    http://members.tripod.com/unicman

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