Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シングルJframeに2つのテーブルがあります。一方のテーブルを非表示にしてもう一方のテーブルを表示し、もう一度前のテーブルを非表示にしてもう一方のテーブルを表示したいと思います。試しupload.jTable1.setVisible(false);ましたが、機能しません。何か入力はありますか?
upload.jTable1.setVisible(false);
テーブルをJPanelに配置し、パネルCardLayoutに使用します