A dialog for selecting a file or folder.
A pane widget which can be used to log text output, and which can be hooked up to capture the default console output.
Interface that unites functionality from inhomogeneous classes such as JFrame, JDialog, JInternalFrame
This object was generated by sbt-buildinfo.
A dialog for selecting a file or folder. This tries to automatically select
java.awt.FileDialogorjavax.swing.JFileChooserdepending on the context. With many look-and-feels, the native (AWT) dialog provides a better experience, for example on OS X. On the other hand, folder selection is not officially supported by AWT, with OS X providing a tricky work-around.The new behaviour selected
JFileChooseralways, when the Web Look-and-Feel is installed, as its component UI is quite sophisticated.