I made an application in B4A where there is a bottom panel with some views that stays on all the time , putting its layout in the main activity and with elevation.
The other pages' layout cover the upper part when called - all fine.

I tried to make a similar B4j app.
The main form is this :


When I ask for the next page I get another form on top, and I can move it aside but that is not what I meant... :
How to do it ?
Also - panes in b4j do not have the elevation property. How do I set the bottom panel (only) to be viewed all the time ?
Thanks