jTable1.setModel(IOTableModel.getInstance());
jTable1.setRowSorter(new TableRowSorter<IOTableModel>(IOTableModel.getInstance()));
jTable1.setDoubleBuffered(true);
jTable1.setName("jTable1"); // NOI18N
jTable1.setDefaultRenderer(Rectangle.class, new ShapeCellRenderer());
jScrollPane1.setViewportView(jTable1);
javax.swing.GroupLayout IOInformationPanelLayout = new javax.swing.GroupLayout(IOInformationPanel);
IOInformationPanel.setLayout(IOInformationPanelLayout);
IOInformationPanelLayout.setHorizontalGroup(