Simple windowed application: Difference between revisions

Content added Content deleted
No edit summary
m (added whitespace before the TOC, added a Task (bold) header, enumerated the contents of the window to be created.)
Line 1: Line 1:
{{task|GUI}}[[Category:Basic language learning]]{{requires|Graphics}} [[Category:Simple]]
{{task|GUI}}[[Category:Basic language learning]]{{requires|Graphics}} [[Category:Simple]]

This task asks to create a window with a label that says "There have been no clicks yet" and a button that says "click me".
;Task:
Create a window that has:
::#   a label that says   "There have been no clicks yet"
::#   a button that says   "click me"


Upon clicking the button with the mouse, the label should change and show the number of times the button has been clicked.
Upon clicking the button with the mouse, the label should change and show the number of times the button has been clicked.
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==