Currently, I am trying to put text onto three separate lines so on my applet they show up like this:
Total
Tax
Subtotal
I am currently using a grid layout, but is there another way to put them on separate lines instead of next to each other? Thanks!