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.
AbstractTableModel を拡張するクラス MyTableModel を作成しました。そして、私が望むのは、すでに3つの列をデータで初期化しているということですか? DefaultTableModel でのみ、パラメータ columnName および columnData を取るメソッドを使用できるというオプションがありましたがaddColumn(Object columnName, Object[] columnData)、これを行う最善の方法は何ですか?
addColumn(Object columnName, Object[] columnData)