super_toinou
Messages postés764Date d'inscriptionmardi 25 mai 2004StatutMembreDernière intervention 8 mars 20116 8 févr. 2006 à 11:50
le code pour ajouter l evenemenet sur ton bouton
B1.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent e){
//la tu mets l action du boutton
}
});
JButton cafe = new JButton("Café");
JButton cafelait = new JButton("Café au lait");
JButton chocolat = new JButton("chocolat");
JButton the = new JButton("thé");
JButton potage = new JButton("potage");