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?
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.