Browse Source
The FileSetting object stores a FileSelector, which is allocated using defaultSelector() during construction. It can also be set via setFileSelector(). To avoid constructing a FileSelector (and thus call into the Swing/AWT Java package) in headless / command-line mode, we allocate the default selector on first use, i.e., whenever the selector is null in a call to getFileSelector().master
committed by
Dave Parker
1 changed files with 3 additions and 4 deletions
Loading…
Reference in new issue