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

Hi i am doing the project and I have a question is that how can you add the background to the the menu of the button to make it look better ?

asked in CSC305 Fall 2019 by (1 point)

3 Answers

+3 votes

Hello I am not sure what are you asking but what we are trying to implement is that initially, a window will pop up for the start menu and if the user clicks on start it will lead us to the game itself this makes the game "cleaner" hopefully this helps.

answered by (1 point)
+2

Yeah that is what I am trying to do so do I need to make an if-else statement in order to wait for the player to click on the play button ?

+2 votes

If we do add a menu, we'll probably just have the background already moving behind the menu.

answered by (1 point)
+1 vote

Our group just used the Alert. It is available with JavaFX

answered by (1 point)
...