* ImagesMap.get("next.png"), "Suivant", p);
*/
createButton(new ActionListener() {
public void actionPerformed(ActionEvent e) {
new About(t);
// fs.getCB().setSelectedItem("Information");
}
}, ImagesMap.get("information.png"),
"Afficher les informations de la sélection", p);