Erinevus lehekülje "ITI0011:praktikum 9 T8" redaktsioonide vahel
Mine navigeerimisribale
Mine otsikasti
(Uus lehekülg: 'Tagasi ITI0011 lehele. == Üldine == Praktikum: 28.10.2014 kell 8:00 Teemad: * JavaFX * JavaFX klassi arvutites * Layout, Pane * Shapes * mouse event == Exercise == Crea...') |
|||
8. rida: | 8. rida: | ||
* JavaFX | * JavaFX | ||
* JavaFX klassi arvutites | * JavaFX klassi arvutites | ||
+ | ** https://courses.cs.ttu.ee/pages/ITI0011:JavaFX#JavaFX_kasutamine_Java_versioon_1.7-ga | ||
* Layout, Pane | * Layout, Pane | ||
* Shapes | * Shapes |
Redaktsioon: 27. oktoober 2014, kell 14:16
Tagasi ITI0011 lehele.
Üldine
Praktikum: 28.10.2014 kell 8:00
Teemad:
- JavaFX
- JavaFX klassi arvutites
- Layout, Pane
- Shapes
- mouse event
Exercise
Create an application which allows the user to draw rectangles. There are several options how to achieve this:
- using mouse dragging: the starting point is fixed when the dragging starts (mouse press), the opposite corner moves along while dragging. if the dragging ends, the rectangle is fixed.
- using clicking: when clicking first time, one point is fixed, when clicking another time, the opposite corner is fixed (and rectangle is drawn).
- some other way
Requirements:
- more than one rectangle can be drawn