Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top