Re: Best way to overlay widgets (buttons, checkboxes, etc) onto the GLCanvas or GLJPanel?
Posted by
gouessej on
Feb 27, 2022; 7:12pm
URL: https://forum.jogamp.org/Best-way-to-overlay-widgets-buttons-checkboxes-etc-onto-the-GLCanvas-or-GLJPanel-tp4041654p4041657.html
Hello
Maybe you'll have less troubles with GLJPanel. Yes you can mix JOGL with AWT, Swing, SWT (NewtCanvasSwt) and OpenJFX (NewtCanvasJFX).
Have you read
my article about JOGL + OpenJFX?
Have you ever tried the JOGL Graph UI API?