News

I've got a class in java for a swing application that extends JFrame. This class is pretty much reponsible for everything to do with a certain window in the program.
I've written a filebrowser in java which has two windows, one for folders on top and a second for files, on bottom. This is a piece of a larger program in ...