RosettaCodeData/Task/Simple-windowed-application/00DESCRIPTION

9 lines
283 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Create a window that has:
::#   a label that says   "There have been no clicks yet"
::#   a button that says   "click me"
2015-02-20 00:35:01 -05:00
Upon clicking the button with the mouse, the label should change and show the number of times the button has been clicked.
2016-12-05 22:15:40 +01:00
<br><br>