Applet customization

How can i arrange awt controls in my applet in a flexible way....i mean like we do in VB.....i have aproblem in placing the controls where i want.....is there any way by which i can specify the exact dimensions and locations of controls in an applet....help

Message was edited by:

jai_TCE

[308 byte] By [jai_TCEa] at [2007-10-3 4:27:32]
# 1

You can remove the layout manager from the container, but it's nearly always inappropriate to do so and it's a Really Bad Idea - it might seem "flexible" when you're drawing it in the visual builder from that point on it's the exact opposite.

Much better to think about how your components are structured and use layout managers.

itchyscratchya at 2007-7-14 22:30:21 > top of Java-index,Desktop,Core GUI APIs...