Posts by Olivia Thebaldi Garcia • 3 points
2 posts
-
0
votes1
answer1665
viewsQ: Print Arraylist, Java Swing
I am starting my studies in Java applications with Swing, and I have doubts about how to print my Arraylist. How best to print or list an Arraylist within a window? In my case we have an agenda, we…
-
0
votes1
answer84
viewsQ: Java Nullpointerexeption, agenda inserts no compromise
I have a project for the college, a simple schedule, no graphic parts or database. There are four classes: Contact, Commitment, Schedule and Test. In the Contact and Commitment classes we have only…