[Advanced-java] fileDialog question
David Rosenstrauch
david.rosenstrauch at aleri.com
Wed Aug 27 21:20:03 2003
On Wednesday 27 August 2003 02:50 pm, Jeffrey Morse wrote:
> I am almost certain you cannot get rid of the dialog buttons since the
> dialog is being created by native library calls. You would have to
> modify the (C)libraries that produce the dialog. JFileChooser is your
> best option.
JFileChooser is what I was talking about; not the native FileDialog. And it
does appear that it's possible to turn off the buttons:
setControlButtonsAreShown(false)
DR