File Filter

Simple Java Swing utility for filtering lines in selected list of files, basically functions like a GUI grep. Just few hundred lines of code, haven't really try to make it efficient or anything. I have tried it on a directory of over 8000 Java source files with no problem. Don't try to load too many large binary files though, that will definitely slow it down.

Files: FileFilter.java FileFilter.form
Last update: 12/22/2007

*form file is for NetBeans IDE, optional.

Labels: