Why is Java layout system so complicated to work with?

Posted by Tom Brito on Stack Overflow See other posts from Stack Overflow or by Tom Brito
Published on 2010-05-14T18:25:03Z Indexed on 2010/05/14 18:34 UTC
Read the original article Hit count: 146

Filed under:
|
|

Some points that make java swing layout system a nightmare:

  • There's thousands of properties;
  • Even if you learn all the properties, each layout manager ignores some properties;
  • The only existing good RAD tool (NetBeans) does not work well;
  • Layout managers behave different with components and containers inside it.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing