Java Readers and Writers  «Prev  Next»


Filename filters - Exercise

Filename filters

Objective:
The objective of this exercise is to write a program that only displays text, HTML, and Java files in a file dialog box.
The only trick here is that you should test for both three-letter and four-letter extensions; that is, .text and .txt, .java and .jav, .html and .htm.
Paste the source code of your program below and click the Submit button when you are ready to submit this exercise.