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

+20 votes

If so, what did you use them for? Dr. Stonedahl suggested that they might be helpful so I am trying to figure out if I can easily incorporate one into our project.

asked in CSC305 Fall 2023 by (1 point)

8 Answers

+12 votes

Yes, it is present throughout our app. Excellent sources are available on YouTube.

answered by (1 point)
+11 votes

I tried that for printing but decided to remove

answered by (1 point)
+10 votes

Yes, we did, we used it to make our navigation buttons grow when the user hovers their mouse over it. To provide more feedback to the user about what they are about to do.

answered by (1 point)
+9 votes

Yes, we found a bunch of javafx UI tutorials on youtube and implemented the ones we liked! They even have tutorials on how to implement CSS.

answered by (1 point)
+6 votes

We haven't, right now we only use styling directly from the Scene Builder :(

answered by (2.6k points)
+6 votes

Yes we have. A bunch of our buttons use CSS to change colors when clicked

answered by (2.5k points)
+3 votes

We have not but after reading through this chain we will be researching it.

answered by (2k points)
+1 vote

yes we tried to be exclusively css files and no setstyle but that was harder than we imagined for some reason

answered by (2.3k points)
...