Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jose Hughes   on Mar 08 In Java Category.

  
Question Answered By: Orville Rodriguez   on Mar 08

The BorderLayout class includes methods for
setting the horizontal and vertical gaps. If you want to
do anything more complicated (i.e. using Insets)
then you will need to use the GridBagLayout. You can
find out more information on all of the layouts from
the Java API documentation. If you haven't already,
download a copy of the JDK documentation and keep it handy
- you will use it a
lot.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Setting the Boundary of a Frame Or get search suggestion and latest updates.


Tagged: