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

+17 votes

What did you guys use to show (gridpane or listview) the cards in the lesson plan? Can you please elaborate on the choice between GridPane and LastView for displaying lesson plan cards in our project?

asked in CSC305 Fall 2023 by (3k points)

2 Answers

+6 votes

for our project, listview will only allow us to add the cards in a straight line while grid view allows us to have multiple columns which makes finding the cards easier.

answered by (2.3k points)
+6 votes

For our project, we used a flowPane to show all the cards. This essentially places the cards in a straight line and wraps them depending on the size of the grid pane. It allowed us to add cards without thinking about formatting the columns as much because it automatically does it. However, I think that gridPane would work very similar to this, I don't think it matters that much.

answered by (1 point)
+2

We also used a flowPane!

...