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.
簡単な質問:追加のGUIライブラリを使用せずに、JavaSwingライブラリのGUIとlwjgl3Dシーンを同じウィンドウで表示することは可能ですか?どのように?
メソッドDisplay.setParent(java.awt.Canvas)を使用して、LWJGL表示をキャンバスに配置することができます。次に、このキャンバスをSwingGUIに組み込むことができます。上記のアプローチでは、パフォーマンスにわずかな問題が発生する可能性があることに注意してください。