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.
どうすればcollectionMongoDb ロギングのDocumentをJTableや. 内のすべての状態は、挿入によってソートされてリアルタイムで表示される必要があります。新しいものが挿入されると、ビューはそれを反映する必要があります。 JListJTextPaneDocumentCollectionDateDocuments
collection
Document
JTable
JList
JTextPane
Collection
Date
Documents
もちろん、これはコードを書くことによって行うことができます。私が探しているのは、これに関するいくつかの既存の技術です
Javaの表示は簡単なはずです。JTableのテーブルモデルを実装するだけで、MongoDBによって返されたDBObjectのフィールドが表示されます。次に、新しいデータが利用可能になったときに、再描画をトリガーします。
なぜテキストペインを使用したいのですか?