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.
Java ウィンドウを取得して最大化する C++ アプリを作成しています。Javaウィンドウの登録クラスは何のためにあるのだろうFindWindow(LPCTSTR lpClassName, LPCTSTR lpWindowName);
FindWindow(LPCTSTR lpClassName, LPCTSTR lpWindowName);
JRE 1.6 では、最上位アプリケーション ウィンドウの Win32 Window クラス名は に設定されSunAwtFrameます。1.6 より前は、Java クラス名から継承されていました。ここにいくつかの詳細があります。
SunAwtFrame