What is the difference between a panel and a pane? They are both used often, but why is it JTabbedPane and JPanel and not the other wayaround? Any reason?...
Why do you sometimes use .add (eg. JPanel) and sometimes .getContentPane().add (eg. JInternalDialog)?
Is there and way to, by code, maximize a JFrame or JInternalFrame?
