Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

False file extention formats for FileChooser in ChartViewer.class #7

Closed
amassalimov opened this issue Mar 29, 2018 · 1 comment
Closed

Comments

@amassalimov
Copy link

amassalimov commented Mar 29, 2018

When you save an image you need to type file.png in as a file name (not just file)
I guess it should be not "png" but "*.png" etc.

wrong: new FileChooser.ExtensionFilter(
"Portable Document Format (PDF)", "pdf");

right?: new FileChooser.ExtensionFilter(
"Portable Document Format (PDF)", "*.pdf");

jfree added a commit that referenced this issue Mar 31, 2018
@jfree
Copy link
Owner

jfree commented Mar 31, 2018

Thanks for the report, I committed a fix for this for the next release.

@jfree jfree closed this as completed Mar 31, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants