I was curious to know what the property is if I use a standard
JFrame,
create a JPanel and set it as the ContentPane
create another JPanel to actually hold the basic components.
When I resize the JFrame with setSize it does not make the JPanel
resize.
UNLESS I click and drag to resize the JFrame.
Any ideas?
Have I given enough info?