Hi,
I'm writing a desktop application with GUI framework, based on AWT, called Apache Pivot. Because I can not add directly PApplet to the Pane (apache pivot container) i have to put it in a AWT container, which is the highest in the hierarchy - HostWindow (AWT Window.class).
I have the following problem: when I want to add a side toolboxes or open the menu all these elements appear behind PApplet (which is always on the top).
I would like to know whether there is a ability to place PApplet behind everything (something like toBack() method in frame) or set some z-order.
Another option is to use transparency, however, I did not find any opportunities to change PApplet`s opacity.
I will appreciate any kind of help and please forgive my poor english.
1