What does the following code mean?
FormLayout formLayout = new FormLayout("fill:5dlu:g, 5dlu, 20dlu", "pref");
I'm interested to know what the FormLayout
attributes mean.
What does the following code mean?
FormLayout formLayout = new FormLayout("fill:5dlu:g, 5dlu, 20dlu", "pref");
I'm interested to know what the FormLayout
attributes mean.