se-edu / guides

Style guides and tutorials for SE student projects
MIT License
7 stars 26 forks source link

[JavaFX - Part3] Add introduction in part 3 #30

Closed laney0808 closed 1 week ago

laney0808 commented 3 months ago

Current: Has 3 parts: echoing the user, adding dialog boxes, and adding custom behavior to dialog boxes.

Problem: Lacking an introduction to even handlers in general. Students may lack a general understanding of event handlers, and may face difficulties when using event handlers for different controls.

Proposed: Introduce the general logic for event handlers, some common event handlers for different controls, and a link to more advanced event handlers that are not likely to be used in the Duke project for exploration.

damithc commented 3 months ago

@laney0808 You can send a PR for this.

laney0808 commented 1 week ago

fixed by #71