Forte help.. (newbie)

how can I change the layout of the forms in forte? right now I'm use to VB forms, and Java forms has this North, east, west, south, center thing going on. Can I turn this off, and place the items I want anywhere on the form?
[246 byte] By [xascendent] at [2007-9-26 1:34:22]
# 1
Java's Swing package uses, what is called, a layoutmanager. You are experiencing the default option of borderlayout (north, south, east, west) http://java.sun.com/j2se/1.3.0/docs/api/java/awt/class-use/LayoutManager.htmlIt can get tricky to design intricate forms.
GLJdotcom at 2007-6-29 2:17:24 > top of Java-index,Archived Forums,Java Programming...