Class GridLayout2

java.lang.Object
java.awt.GridLayout
jmri.util.javaworld.GridLayout2
All Implemented Interfaces:
LayoutManager, Serializable

public class GridLayout2 extends GridLayout
Grid Layout which allows components of different sizes. From http://www.javaworld.com/javaworld/javatips/javatip121/GridLayout2.java Javaworld article by Bogdan Dorohonceanu.
See Also: