/** Initializes the GUI components.
* @throws java.sql.SQLException If an error occurs. */
private void initComponents() throws SQLException
{
summaryTable = new FileTable("Summary", isConnected());
JComponent summaryContainer = getContainerForTable(summaryTable);
JButton searchBtn = new DarkButton("Search");
JPanel topPanel = new DarkPanel();
JPanel searchPanel = new JPanel();
String cmd = String.valueOf(EventController.OP_SEARCH);