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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -