• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JFileChooser

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to export data from a JTable to .xls,.tab etc. files.
I am using a file chooser for saving these files. I am using
a user-choosable filtering. I want to display in the combobox (which displays files of type) in the file chooser only some particular extensions, even if there are no files with those extensions exists in the file system.
For eg. I want to display the following types in the combobox
.tab
.csv
.xls
Is this possible? If possible, please give me a solution
Thanks,
Elizabeth.
 
reply
    Bookmark Topic Watch Topic
  • New Topic