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

Thread: JTable

  1. #1
    Join Date
    Mar 2000
    Posts
    78

    JTable

    hello,everyone
    How do I a fixed columns JTable using swing. I don't want the columns are moveable. please tell me. thank you very much

    coolwizard


  2. #2
    Join Date
    Nov 1999
    Location
    Indianapolis, IN
    Posts
    191

    Re: JTable

    this.getTable().getTableHeader().setReorderingAllowed(false);


  3. #3
    Join Date
    Mar 2000
    Posts
    78

    Re: JTable

    hi, mjpell

    thank you very much.
    thank your help.


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