java - alignment in applet -
How can we align variois interface components (such as labels, textfields, buttons) in applets ??
For example I want 4 labels and one button in a label, in which all the components should be in separate line ?? how can we do it ??
Use layout managers in Java to align components depends on different commands. Try it for reference
and call the Layout Manager for your own position call tap layout ()
Comments
Post a Comment