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

+7 votes

I am on the finishing touch and I need to adjust the image to fit the size of the background. Does anyone know how to make the image fit the size 512x512 or any page that can fix the size of the image down to 512x512 with the minimum blur on the image ??

Thank you.

asked in CSC305 Fall 2019 by (1 point)

1 Answer

+3 votes

You could make the background an imageView then use the setWidth() and setHeight() methods to fit the imageView to the window.

answered by (1 point)
...