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

+19 votes
asked in CSC305 Fall 2023 by (1 point)
+1

So instead of representing cards in the vbox I chose to represent text in the vbox, this would use the same vbox printing functionality, you would have to implement an additional method to get the cards and print their data using text rather than getting the image and displaying it.

3 Answers

+10 votes

We have 3 pages for 3 separate print formats. For the text only, I made labels and set them to card titles. I hope that made sense!

answered by (1 point)
0

Could you elaborate a bit more cause currently we are struggling with the printing.

+5 votes

As with the other two responses, I replaced the card FlowPane in the VBox with a label and included the card title and codes.

answered by (1 point)
+1 vote

we have a object called cardview that has all the details of the each card including codes title and images. we just excluded the image

answered by (2.3k points)
...