Voila j'ai mis une info bulle sur une JLabel...
pour l'instant no soucis
mais j'aimerai bien savoir comment on fait pr avoir la petite main qui accompagne !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 JLabel titre = new JLabel("QN (%) :"); titre.setBounds(0,0,50,20); titre.setToolTipText("bla bla bla");
merci
Partager