I jumped out of the GUI stuff to work on a few other things related to my game and now I'm working on a "save" and "load" window. The issue I have is what is the best way to do a list window? In other words, there are 10 save files and I want to display 5 on the screen with a list scrolling up or down as the player moves down or up the list with a highlight indicating the the choice the player is currently on. I don't want a drop down window, however.
Anyone have any ideas?