Good day,
I recently came accross the mac_widgets api for java. I went through the docementation and exaples but i didn't find a way to add widgets to the HudWindow. I came accross an online solution
panel.setLayout(new BoxLayout?(panel, BoxLayout?.Y_AXIS)); panel.add(sourceList.getComponent());
This works if panel is a reference to a JPanel object and it is add to a JFrame window.
Is there a way i can add panel to the HudWindow in the mac_widgets api?