queuedTable.setOpaque(false);
queuedTable.getTableHeader().setOpaque(false);
queuedTable.getTableHeader().setBackground(new Color(0,true));
queuedTable.getTableHeader().setPreferredSize(new Dimension(0,18));
queuedPlayerPane = new JCustomPane(queuedTable, Constants.TEXTAREA_TILE_IMAGE_PATH);
queuedPlayerPane.setPreferredSize(new Dimension(JOINED_PANE_WIDTH, JOINED_PANE_HEIGHT));
queuedPlayerPane.setMaximumSize(new Dimension(JOINED_PANE_WIDTH, JOINED_PANE_HEIGHT));
queuedPlayerPane.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER);
queuedPlayerPane.setHorizontalScrollBarPolicy(ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
queuedPlayerPane.getViewport().setOpaque(false);