Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bill Howell   on May 05 In Java Category.

  
Question Answered By: Tarron Thompson   on May 05

With Forte it's quite easy to use the GridBagLayout, the layout manager that
I'm using. I first used AbsoluteLayout, but because it isn't included in the
default sdk and re, I stopped using it.

What I mean is I create  most of my objects using the GUI editor, that
automatically generates the code to add the components. Currently I'm
leaving a blank space with the GUI editor, and then manually  create the
array of buttons using a for loop.

Share: