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.
正常に動作している JFrame アプリケーションを使用しています。今、その JFrame アプリケーションからアプレット プログラムを呼び出したいのですが、その方法がわかりません。
いくつかの提案をしてください。
JFrame にアプレットを追加することをお勧めします。アプレットはコンポーネントに他なりません。任意の JFrame コンポーネントに追加できます。
myPanel.add(myApplet);