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.
JTable.setModel(DbUtils.resultSetToTableModel(resultaat));
// JTable で編集された値を mysql データベースに更新する最も簡単な方法は何ですか。
-Jtable リスナー? 上記のコードは、データが JTable に挿入される唯一の方法です
TableModelListener を使用します。 詳しくは公式チュートリアルをチェック