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