The javax.swing.JFileChooser class describes a Swing component for choosing files, usually via its int showOpenDialog(Component parent) and int showSaveDialog(Component parent) methods. In this post, ...
Some time back, I needed to see the contents of a MIDI file I was working with. Rather than download something, I decided to write my own Java Swing file dump, based on file dump applicatrions I ...