| | SpringLayout: A Powerful & Extensible Layout Manager @ COLDFUSION DEVELOPER'S JOURNAL (Site not responding. Last check: 2007-10-22) |
 | | Layout managers are powerful classes for dynamically recalculating the size and position of the GUI components at runtime; however, they often lead to a less than optimal design-time experience. |
 | | Because the code changes the spring that specifies the width of the OK button, and this spring is also used to calculate the distance between the OK and Cancel buttons, the constraint between the two buttons must be defined after setting their width springs. |
 | | The springs between the edges have a minimum value of 0 and a preferred of 10, and the JTextArea's height spring is based on its minimumSize's height of 0 and preferredSize's height of 5 rows of characters at the current font. |
| coldfusion.sys-con.com /read/37300.htm (3603 words) |