|
|
|
@ -160,7 +160,7 @@ boutonRecup = tk.Button(fenetre, command = lancerTest, bg = 'snow',text='Valider |
|
|
|
boutonRecup.grid(row = 10) |
|
|
|
|
|
|
|
boutonDistance = tk.Button(fenetre, command = changeDistance, text="Distance de Manhattan" |
|
|
|
,bg='snow') |
|
|
|
,bg='snow',cursor='hand2') |
|
|
|
boutonDistance.grid(row=10, column=1) |
|
|
|
|
|
|
|
affichageResultats = tk.Label(fenetre, bg='snow', text='',font='TkDefaultFont 8 bold') #J'ai du chercher parce qu'on ne peut |
|
|
|
|