117118119120121122123124125126127
hideTables(); } } }; ButtonColumn buttonColumn = new ButtonColumn(tableTables, join, 4); jSplitPane1.setOpaque(false); jScrollPane1.setOpaque(false); jPanel1.setOpaque(false); jScrollPane1.getViewport().setBackground(new Color(20,20,20,150));
246247248249250251252253
} }; // adds action buttons to the table panel (don't delete this) new ButtonColumn(tableTables, openTableAction, TableTableModel.ACTION_COLUMN); new ButtonColumn(tableCompleted, closedTableAction, MatchesTableModel.ACTION_COLUMN); }
116117118119120121122123
} } }; // action button, don't delete this ButtonColumn buttonColumn = new ButtonColumn(tableMatches, action, TournamentMatchesTableModel.ACTION_COLUMN); }