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.
Jアプレットが与えられた場合、このアプレットに対応するJFrameオブジェクトを取得するにはどうすればよいですか?
JApplet applet = this; JRootPane rootPane = getRootPane(); Container contentPane = getContentPane(); JFrame jframe = ...; // How do I obtain the JFrame?
アプレットから新しいJFrameを作成できます。しかし、アプレットを囲むJFrameのようなコンテナはありません。アプレットはコンテナです。