| java Programming Glossary: wraplayoutadd thumnails to spring layout like a grid? http://stackoverflow.com/questions/15961412/add-thumnails-to-spring-layout-like-a-grid   setLayout new BorderLayout  imagesPane new JPanel new WrapLayout  add new JScrollPane imagesPane  JButton scan new JButton Scan.. that fully supports wrapping of components. public class WrapLayout extends FlowLayout private Dimension preferredLayoutSize  Constructs.. Dimension preferredLayoutSize  Constructs a new code WrapLayout code with a left alignment and a default 5 unit horizontal and.. 
 |