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.
使ってます:
table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
テーブルの最後の列ヘッダーが終了すると、テーブルの最後まで醜い空白が表示されます。これは、テーブルの背景が黒に設定されているためです。どうすれば空白を取り除くことができますか?
私があなたの問題を正しく理解していれば、Santhosh Kumar によってここで説明され解決されたものと似ていると思います: JTable は AUTO_RESIZE_OFF で醜くなります