FilenameFilters you can use in your own Java programs with File.list( FilenameFilter f ). They can also be used standalone as fancy dir commands. Also includes CommandLine to parse command line and collects directory trees.
FontSaver shares Font objects instead of creating new ones to cut down on the RAM and time needed to create Font and Font peer objects. Profiling often shows the creation of too many Font objects is the cause of poor performance.
Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile and PrintWriterPlus.
JavaScript-producing design tool for creating menus on web pages. The menu script can be customized highly and easily. With this easy-to-use script authoring tool, you can make a professional menu just in minutes!
Sothink Free DHTML Menu Builder creates DHTML menu without writing any code. The application has built-in templates, live preview and Publish Wizard, which make building free DHTML menu easier. Seamlessly integrate with Dreamweaver and FrontPage.
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K.