public class Frame1 extends JFrame { JPanel contentPane; JTextField jTextField1 = new JTextField(); JButton jButton1 = new JButton(); JLabel jLabel1 = new JLabel(); JScrollPane jScrollPane1 = new JScrollPane(); JTextArea jTextArea1 = new JTextArea(); TitledBorder titledBorder1; JLabel jLabel2 = new JLabel(); JPanel jPanel1 = new JPanel(); JPanel jPanel2 = new JPanel(); BorderLayout borderLayout2 = new BorderLayout(); BorderLayout borderLayout1 = new BorderLayout(); XYLayout xYLayout1 = new XYLayout();