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.
データ プロット ビューアとして使用する jPanel を作成しました。これらのパネルが同じデータ ソースを参照している複数のウィンドウが存在する場合がありますが、特定の jPanel にアクセスする前にデータを処理する必要がある場合があります。
余分な処理の問題を解決するために、各 jPanel にスイング ワーカーを使用し、そのスレッドを使用してデータ サブジェクト スレッドを観察することを考えています。
私が提案した方法は適切な方法ですか?