Perhaps it is not too dangerous to think of the AWT in VB terms. Let's try. The VB form should translate to the Container and the form's grid could somehow make it to Java's Layout Manager. VB Form Controls are answered in Java by Components. The Component Peers would lead to the operating system in the same way as the Windows Operating System lies behind VB. So here is our ill-fated summary:
Windows Operating System ---> ComponentPeer Form ---> Container (namely the Panel or Frame subclasses) Form Grid (VB Design Mode) ---> Layout Manager Control ---> Component