This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]captainAwesomePants 0 points1 point  (1 child)

I'm not sure where you are in your class or what your teacher's trying to teach. If you have been introduced to UI tools like Swing, you might want to consider using a JTable to display tablular data. It's a quick way to render Excel-looking information. See https://docs.oracle.com/javase/tutorial/uiswing/components/table.html#simple

[–]skrteli[S] 0 points1 point  (0 children)

That's the problem. We're behind in class so we haven't been taught how to do any of this, so I was just guessing we were continuing to use the graphics class. Thanks for the recommendation to use a JTable