PiRSquared17 / tomproject

Automatically exported from code.google.com/p/tomproject
0 stars 0 forks source link

TomFileChooser with more filter options #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In current version it can only set 1 extension for filter.
It should let the user define more extensions for filter.

Original issue reported on code.google.com by brito....@gmail.com on 2 Mar 2010 at 12:03

GoogleCodeExporter commented 9 years ago
To solve this, create a method in TomFileFilter:

public void addExtension(String ext, String description)

Original comment by brito....@gmail.com on 5 Mar 2010 at 2:37

GoogleCodeExporter commented 9 years ago
Solved, use JFileChooser.addChoosableFilter

Original comment by brito....@gmail.com on 5 Mar 2010 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by brito....@gmail.com on 7 Mar 2010 at 6:06