Sponsored links

Java Tree Applet completely FREE..
Java Tree Applet completely FREE.
This product is NOT Trialware or Evalware - but a fully functioning version which is Free for you to use however you wish, making it a truly Freeware product.
On January 19, 2008 updated, download size 72Kb, for Windows 98, 2000, CE, Mac OS, Linux, Unix.
Create sounds mathematically in Java..
Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in an application or with Applet.getAudioClip in an Applet. This is just a sample program. You would insert your own mathematical functions.
On May 27, 2009 updated, download size 544Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
What's up with your Java environment?.
Wassup let's you know what's up with your Java environment. It will tell you the System Properties, as many as the Security system will let you peek at. This includes such things as which JVM is running, which version of Java, which vendor. It may be run as either an Applet or an application. When you run Wassup as an application it shows you considerably more information.
On June 28, 2009 updated, download size 640Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Java.
Read and set Windows file/dir times from Java.
Java class library to read and set Windows file/dir times from Java: Create/LastModified . Create time is when the file was first written. LastModified is when the file was last written. Accessed time is when the file was last read or written. Uses JNI native Code. See FileTimes.java for the API to use these methods in your own programs. FileTimes does nothing by itself, other than a debugging test harness to demonstrate the methods.
On June 18, 2009 updated, download size 656Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Java to encode/decode Base64 and Baseu.
Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a filename where BASE64 does not. You will see BASE64 used in encoding digital certificates, in encoding user:password string in an Authorization: header for HTTP. The spec is described in RFC 2045. For more details see http://mindprod.com/jgloss/base64.html
On June 29, 2009 updated, download size 560Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
HXTT Text JDBC Drivers and CSV JDBC Drivers.
Pure Java Type 4 Text JDBC and CSV JDBC (1.2, 2.0, 3.0) driver packages for raw data, flat text, CSV file, TSV file, PSV file, fixed-length, and variable-length binary file, supports transaction, embedded mode, client/server mode, remote access mode, memory-only database, compressed database, SAMBA database, and url database(http, https, ftp). It is backward compliant to the Microsoft ODBC text driver. It supports all transactions levels.
On July 24, 2008 updated, download size 914Kb, for Windows 98, 2000, XP, Mac OS, Linux, Unix.
Reconstructs java source from class files..
JCavaj Java Decompiler is a free Java-based Java Decompiler. It reconstructs the original source code from a compiled binary class file. You can decompile java applets, jar and zip files producing accurate java source code. JCavaj runs on any platform with Java Runtime Environment 1.4 or higher installed.
On January 22, 2008 updated, download size 800Kb, for Windows 98, 2000, XP, CE, Mac OS, Linux, Unix, Palm.

RetroGuard is a Java bytecode obfuscator..
RetroGuard is a Java obfuscator, securing your code against decompilation and reverse engineering.RetroGuard bytecode obfuscation modifies the contents of your class files in such a way that their behaviour is unaffected, while minimizing the amount of information from the source code that is exposed. A side effect of RetroGuard obfuscation is that the class size is reduced, leading to faster download times for your Java products.
On January 16, 2008 updated, download size 168Kb, for Windows 2000, XP, Mac OS, Linux, Unix.

advanced JavaScript grid.
CodeThatGrid is an advanced JavaScript grid looking like Microsoft Excel grid thatthat enables user to display in efficient and fancy way the massifes of data from variety of sources including the CVS and database. Fully customizable through the CSS the grid is the definite answer to the numerous cases when structured data has to be displayed.
On January 22, 2008 updated, download size 122Kb, for Windows 98, 2000, XP, Mac OS, Linux, Unix.
Easy-to-use sliding menu with XP-3000 theme..
Easy-to-use sliding menu to guide people through your pages. The submenus of this menu slide gracefully out from their parent in a controlled animation. Suitable for a left-hand navigation column. Online configuration tool. Supports true-type fonts, line-wrapping, multi-state icons, script triggers and more.
On January 16, 2008 updated, download size 60Kb, for Windows 98, 2000, XP, CE, Mac OS, Linux, Unix.
Creates dymanic draws for java applications..
Easily creates dymanic draws for java applications with NAVi editor and kernel. Add your own classes and run your draws on java application (JRE) or applets. NAVI solution is used to create game, animation, simulation and more, with a small kernel (less than 30Ko) and a powerful editor.
On January 17, 2008 updated, download size 358Kb, for Mac OS, Unix.
Sliding java menu applets in theme sets.
These are sliding java menu applets available in numerous themes and suitable for sidebar navigation. Includes easy-to-use online configuration tool. Support for true-type fonts, multi-state user-defined icons, multiple event triggers and more. Many different sliding styles are available, including stylish expanding slides with top level items expanding around the submenu.
On January 15, 2008 updated, download size 1078Kb, for Windows 98, 2000, XP, CE, Mac OS, Linux, Unix.

Free, open source library of Java components..
FLib is a free, open source library of high-quality Java components. It currently contains wizard and calendar components and a table layout manager. The wizard component makes it easy to create multi-step user dialogs. The calendar component can be used by itself or as part of a combo-box drop-down. The table layout replaces GridBagLayout and is much easier to use.
While the components are in English, complete localization is possible.
On July 7, 2009 updated, download size 1227Kb, for Windows 98, 2000, XP, Mac OS, Linux, Unix.
Check class target versions in a Java jar..
Check a Java jar to make sure all the javac -target versions of the class files are what you expect. It makes sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac -target 1.5. This should catch classes normally compiled with target 1.1 that were accidentally compiled with 1.5 as a side effect of compiling some 1.5 class.
On June 10, 2009 updated, download size 768Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.

Compiles and executes Java on-the-fly..
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP.
On July 11, 2008 updated, download size 104Kb, for Windows 98, 2000, XP, Mac OS, Linux, Unix.
Installer builder for Java applications..
install4j is a powerful multi-platform Java installer builder that generates native installers and application launchers for Java applications. install4j excels in its ease of use, its extensive platform support and its powerful screen and action system.
On November 19, 2009 updated, download size 21495Kb, for Windows 98, 2000, XP, Vista, Mac OS, Linux, Unix.
Utility classes for JDK 1.1+.
common utility classes that work under Java 1.1+ including:**BigDate:simplified date handling when you want dates without times..CC ImageInfo: information about a GIF, png, jpg. **ImageViewer: component to display an image. **ResizingImageViewer: display Image at varying magnification
On November 23, 2009 updated, download size 480Kb, for Windows 2000, XP, Vista, Windows 7, 64bit, Mac OS, Linux, Unix, Java.
Fast Boyer-Moore String search..
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 or over and the pattern you are searching for is 4 characters or longer.
On June 2, 2009 updated, download size 576Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Java classes: readEntireFile createTempFile.
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 method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data. Why the three linked ball logo? It symbolises processing a file in line-sized chunks.
On June 2, 2009 updated, download size 800Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Check class target versions in a Java jar..
Check a Java jar to make sure all the javac -target versions of the class files are what you expect. It makes sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac -target 1.5. This should catch classes normally compiled with target 1.1 that were accidentally compiled with 1.5 as a side effect of compiling some 1.5 class.
On June 27, 2009 updated, download size 784Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Java Comparator classes.
Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring embedded tags. StringComparator.java compares two Strings, case sensitive. StringComparatorIgnoreCase.java compares two Strings, case insensitive. See http://mindprod.com/jgloss/comparators.html for general information on using comparators.
On June 27, 2009 updated, download size 960Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Java toolkit to delete junk files..
Java classes to let you create a custom utility to find and delete all junk files on your machine. Use one of the three scripts supplied as an example, to create your own XXX.java source code file then compile and use to rapidly clean your drive of junk. This program requires some elementary Java programming skill.
On June 28, 2009 updated, download size 1120Kb, for Windows 98, 2000, XP, Vista, 64bit, Mac OS, Linux, Unix, Java.
Generates Java code to do 378 types of I/O..
I/O teaching tool that generates Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
On August 5, 2009 updated, download size 960Kb, for Windows 2000, XP, Vista, 64bit, Mac OS, Linux, Java.

