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.
myFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) 以外に JFrame に別のクローズ操作を設定するにはどうすればよいですか? 例: start() メソッドと stop() メソッドを取得しましたが、JFrame が終了する前に stop() を呼び出す必要があります (stop() はファイルを保存し、スレッドに参加します)。
次のサイズのさまざまなテーブルがあります: 12 列、最大 1800 行。ユーザーにレンダリングするのに 8 秒かかります。私は現在使用していますh:dataTable。ui:repeatJSF によって管理されている Java List オブジェクトから行デ
h:dataTable
ui:repeat