Computers and Technology

"which of the following code snippets creates a line and uses a rotatetransition object to animate it for seven seconds? a. line myline = new line(25, 50, 100, 50); rotatetransition rtrans = new rotatetransition(new duration(7000), myline); b. line myline = new line(25, 50, 100, 50); rotatetransition rtrans = new rotatetransition(new duration(7), myline); c. line myline = new line(25, 50, 100, 50); rotatetransition rtrans = new duration(7000), myline; d. line myline = new line(25, 50); rotatetransition rtrans = new rotatetransition(new duration(7000), line); "

answer
Answers: 3

Similar questions

Do you know the correct answer?
"which of the following code snippets creates a line and uses a rotatetransition object to animate i...

Questions in other subjects:

Konu
Mathematics, 04.02.2021 22:10