layout managers

Is their any advantage of learning about the layout managers specially the complex one such GridBag, when we have so many GUI builders available.

Thanks.

[166 byte] By [BitsLovera] at [2007-11-27 10:36:55]
# 1

> Is their any advantage of learning about the layout

> managers specially the complex one such GridBag, when

> we have so many GUI builders available.

> Thanks.

GUI builders can only do so much. Plus the code they produce is UGLY!

petes1234a at 2007-7-28 18:44:38 > top of Java-index,Desktop,Core GUI APIs...
# 2

What if you move from one IDE to another. The code may not be portable. The whole point of using Java is to have portable code.

camickra at 2007-7-28 18:44:38 > top of Java-index,Desktop,Core GUI APIs...
# 3

> Is their any advantage of learning ..., when we have so many GUI builders available.

you roll up at an interview for a great job, they want you to write a sample app,

company policy no gui builders, what do you do?

javax.swing.JOptionPane.showMessageDialog(null,"Hello World");

"Is their any advantage of learning" - it's the only show in town.

Michael_Dunna at 2007-7-28 18:44:38 > top of Java-index,Desktop,Core GUI APIs...