MigLayout, how to make a panel float (5 Comments)
By meverett | March 13, 2009 - Posted in Java, Swing, miglayout
Take a look at the image below. There are three major components: a top header that spans the width, a left hand nav and a main panel that fills the remaining width and height. It would be pretty easy to lay out these three components using BorderLayout.
Now suppose we wanted to add a floating component […]
