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应用程序中嵌入像photoshop这样的windows应用程序?更具体地说,我想将 Windows 应用程序的父容器设置为 JPanel 或 JFrame。这可能吗?
我认为 Swing/AWT 不能在没有(特定于来宾程序的)JNI的情况下做到这一点。
查看SWT和这个.
查看JInternalFrames