Save as ... default extension
Save as ... default extension
other question: the JFileChooser for save as have a default extension (jpg or png) when the user don´t write the extension?
Re: Save as ... default extension
The default extension is set for the file chooser in the doSaveAs(...) method in the JFreeChartPanel. But the code is not adding the extension to the filename if the user doesn't enter it...this was my intention, but thinking about it now it probably should add the extension. IS that what you meant by your post?
Regards,
DG.
Regards,
DG.