Hi,
I want to use internal designer from B4J to do the following UI layout:
a. place a panel on top of a form, and set this panel always at the top of the form;
b. place the second panel onto form, and set it position as match client of the form;
I just want to create this type of layout in order to make the layout auto relatively positoned on form, but didn't find any properties of the panel to set, like match parent, match client or always top similar properties used in visual basic, delphi etc. tools.
Could any expert to post good suggestions for my question?