setMaximizable(true);
setResizable(true);
setPreferredSize(new java.awt.Dimension(600, 500));
contentPane.setLayout(new BoxLayout(contentPane, BoxLayout.Y_AXIS));
setContentPane(contentPane);
addInternalFrameListener(new InternalFrameOpenedAdapter(this, insuranceCompanyField));
insuranceCompanySearchButton.setIcon(new javax.swing.ImageIcon(getClass().getResource("/toolbarButtonGraphics/general/Find24.gif")));
insuranceCompanySearchButton.setMnemonic(KeyEvent.VK_E);
insuranceCompanySearchButton.setToolTipText("Enter one or more of the search fields. Then click me.");
insuranceCompanySearchButton.addActionListener(new ActionListener() {