简体   繁体   中英

Mixing Swing GUI components and JOGL

How does one go about adding JButton s among various other Swing GUI components inside a JOGL canvas? Is it even possible? Is it practical?

If it is not possible/practical/feasible how would you go about programming your own GUI components that work in JOGL?

As an alternative to embedding Swing (or SWT) components within a JOGL canvas, you could use an OpenGL UI toolkit for Java.

You could investigate FengGUI .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM