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

+5 votes

Does anyone know how to change the default play button or any button ??

asked in CSC305 Fall 2019 by (1 point)
+2

Change it how?

+1

Like change the style of the button.

2 Answers

+2 votes

You could probably insert an image and make the image a button.

answered by (1 point)
+1 vote

There is a way you can do that for alerts.

I used ButtonType answer = new ButtonType("Text for the button goes here!");

answered by (1 point)
...