Wednesday, February 15, 2006

JFrame.show()

JFrame.show() ==>Deprecated. As of JDK version 1.5, replaced by setVisible(boolean)

javax.swing.SpringLayout ==>add from 1.4. SpringLayout is a very flexible layout manager that can emulate many of the features of other layout managers.

URL:
How to Use SpringLayout

No comments: