Search code examples
swingjtableinvisible

How to make entire Jtable invisible in Swing?


I have two tables in Single Jframe. I want to hide one table and show the other one and again hide the previous one and set visible the other one. I have tried upload.jTable1.setVisible(false); but its is not Working. Any input?


Solution

  • Place your table in a JPanel and use for the panel CardLayout