filmov
tv
Adding a MouseListener and MouseMotionListener to a Java GUI

Показать описание
Incorporating a the MouseMotionListener and MouseListener interfaces in a Java GUI project. How to look at the errors and API references in the Eclipse editor. Merging a branch into the trunk in GitHub
Table of Contents:
01:36 - Link MouseListener to the panel
05:03 - Hover over errors to see WHY!
06:40 - All required methods for MouseListener
07:22 - Interface requirement is met
08:41 - Check your branch
09:33 - change random color method
10:05 - multiple declarations one line
12:24 - commit updated method to github branch
12:51 - test mouseEntered and mouseExited methods
13:55 - demonstrate enter and exit including components
14:22 - Mouse clicked vs mouse pressed
15:01 - hover over method for API information
15:53 - differentiate between left and right clicks
16:58 - MouseListener review
17:23 - MouseMotionListener
17:38 - hover for hint of the required methods for the interface
19:02 - mouseDragged example
21:24 - access to the API within Eclipse
22:43 - General mouse listener review
23:47 - merge code branch into trunk
24:50 - select master branch
25:04 - merge into master, select the branch
25:52 - branch merge listed
Table of Contents:
01:36 - Link MouseListener to the panel
05:03 - Hover over errors to see WHY!
06:40 - All required methods for MouseListener
07:22 - Interface requirement is met
08:41 - Check your branch
09:33 - change random color method
10:05 - multiple declarations one line
12:24 - commit updated method to github branch
12:51 - test mouseEntered and mouseExited methods
13:55 - demonstrate enter and exit including components
14:22 - Mouse clicked vs mouse pressed
15:01 - hover over method for API information
15:53 - differentiate between left and right clicks
16:58 - MouseListener review
17:23 - MouseMotionListener
17:38 - hover for hint of the required methods for the interface
19:02 - mouseDragged example
21:24 - access to the API within Eclipse
22:43 - General mouse listener review
23:47 - merge code branch into trunk
24:50 - select master branch
25:04 - merge into master, select the branch
25:52 - branch merge listed