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

Thread: hide a jtable

  1. #1
    Join Date
    Sep 2011
    Posts
    15

    hide a jtable

    hi everyone, I have an empty JTable and I want it to be invisible (it already have no borders as properties)
    already tried with setVisible, opaque and others

    thanks

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: hide a jtable

    Calling setVisible(false) on the table component should do it. Can you show some working code that demonstrates the problem.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

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