Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+6 votes
asked in CSC305 Fall 2020 by (1 point)

1 Answer

+2 votes

We used the children method of groups, meaning that the most recent addition to children is the top most one. We haven't had any problems with anything like flashes but we did have a problem with how the background would stop once it finished fully getting on the screen.

answered by (1 point)
+2

We tried using the buffered image. This is a Java BufferedImage class is a subclass of Image class. It is used to handle and manipulate the image data. Surprisingly JavaFX has a lot of unique subclasses for people to use.

...