This package is not recommended for use. Use BetterFileDialog instead. net.tomahawk.XFileDialog is a light-weight Java binding for native file load/save dialog on Windows platforms (using JNI), with a ...
The typical Java printing workflow provides two dialogs, one to set up the page format (returned in a PageFormat object) and another to select the Printer settings. The former uses ...
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 ...
Over the last two years, I spent some time developing a GUI application using Java Swing. The application was small, consisting of several classes in the MVC (Model-View-Controller) model, but was ...