GridBagLayout « Graphics Desktop « Java Articles

Home
Java Articles
1.Build Deploy
2.Class
3.Core Library
4.Data Types
5.Database JDBC
6.Design
7.Development
8.File Input Output
9.Graphics Desktop
10.J2EE Enterprise
11.J2ME Wireless
12.JVM
13.Language
14.Library Product
15.Network
16.Security
17.SOA Web Services
18.Test
19.Web Development
20.XML
Java Articles » Graphics Desktop » GridBagLayout 

1. GridBagLayout Versus FormLayout > Downloading and Installing JGoodies FormLayout    informit.com

In the previous articles in this series, I introduced you to GridBagLayout’s classes, demonstrated various constraints combinations, and showed how to build practical layouts with GridBagLayout. Because GridBagLayout may not do everything you need, in the way you need to do it, this article compares GridBagLayout to another popular layout manager: JGoodies FormLayout.

2. Harness the Power of Java's GridBagLayout > Introducing GridBagLayout    informit.com

GridBagLayout (one of Java’s original layout managers) has a bad reputation among Java developers. According to Ethan Nicholas’ "Reinventing GridBagLayout" blog entry, this layout manager is "ridiculously difficult to use." In a more extreme case, the author of a late 1990s Java book was loosely quoted as hating GridBagLayout. I hope that this series will improve GridBagLayout’s reputation.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.