Re: Best way to overlay widgets (buttons, checkboxes, etc) onto the GLCanvas or GLJPanel?
Posted by rrr6399 on Feb 27, 2022; 7:52pm
URL: https://forum.jogamp.org/Best-way-to-overlay-widgets-buttons-checkboxes-etc-onto-the-GLCanvas-or-GLJPanel-tp4041654p4041658.html
Thanks for the reply and he the link to your article. I'll give the JavaFX Canvas a try as well. JavaFX is great.
It looks like I can add a button to the WW globe, which uses a Flow Layout by default. (Just had to cast the WorldWindow to a JComponent). I'll play around with that a bit more.