Hi everyone, I have some basic Java skills and kept experimenting with code and obviously getting stuck with it. I've been recently trying to create an address program but I don't have a clue on how to carry on. In short, I have an ArrayList which contains a list of addresses. They are too many to get displayed so I want to display 4 addresses at a time in a GUI starting from the latest entry. The GUI has one button called previous. Can anyone help me out with a code or some tips.
Any help will be very appreciated