new TableRowSorter<ModelTaulaClassificacio>( model_taula_classificacio );
taula_classificacio.setRowSorter( ordenacio );
// Construeixo les taules del rànquing (hall of fame)
dades_hall_of_fame = PresentacioCtrl.getInstancia().getHallOfFameFormatejat();
taula_hall_of_fame = new JTable( new ModelTaula( dades_hall_of_fame, new String[] {
"Fita aconseguida",
"Jugador",
"Rècord"
} ) );