-- Add all components that would normally reside in the JFrame's contentPane to a JPanel instead
-- Add the JPanel to a JScrollPane (Notre: don't just add it -- read the API and/or tutorial on...