java generate flash

Java EE 5 SDK Update 3
Implement enterprise-class service-oriented architecture (SOA) and next-generation web applications with Ajax, scripting, and REST-based services. more>>
Java Platform, Enterprise Edition (Java EE) is the industry standard for developing portable, robust, scalable and secure server-side Java applications. Building on the solid foundation of the Java Platform, Standard Edition (Java SE), Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise-class service-oriented architecture (SOA) and next-generation web applications.
MW Java Linker Patch 1.4
MW Java Linker Patch is designed to meet all your needs of updating the linker, which fixes problems merging GIF files into the JAR file output from the linker. more>> <<less
Generate Style Sheet Report 1.0
Generate Style Sheet Report - Generate a report of all paragraph styles more>>
Completly feeware for non-comercial use.

Java 2 SE 5.0 Release 3
Java 2 SE 5.0 Release 3 is designed to be an easy-to-install update which includes version 1.5.0_05 and improves functionality of J2SE 5.0 on Mac OS X v 10.4 Tiger 10.4.2 and later. more>> <<less

Java 1.4.1 Update 1 for Mac OS X
Java 1.4.1 Update 1 for Mac OS X is designed to provide users with a helpful update which is easy to install. more>> <<less

Java Snippet Runner 1.02
Java Snippet Runner 1.02 is a versatile which allows to enter some short pieces of Java code and can run them immediately. more>>
Java Snippet Runner 1.02 is a versatile which allows to enter some short pieces of Java code and can run them immediately. Methods, classes or imports are not possible (technically the piece of code is wrapped into a class with a main method). The tool is thought for pupils and students who start programming with Java.
Requirements: Java 1.4 or higher.
<<lessJava Image Album 0.5
Java Image Album - Easy to use wizard-style Java application that generates HTML photo albums more>>
Automatically resize your images and produce a set of HTML pages including index pages with thumbnails and detailed caption pages for each photo. Publishing a new photo album is as simple as copying a directory of images to your web directory.
Main features:
General Features
- Wizard-style interface
- 100% Java, runs on all platforms
- Supports .jpg images
- Read Exif information new
- Open Source! See the licence
User Interface Features
- Image preview
- HTML Caption editing
- Change order of photos to be published
- Select / deselect photos to be published
- Enhanced user interface, including easier selection of folders
- Remembers most settings from previous runs, speeding up the publishing process.
- Stores captions with source photos, in .txt files
- Time-saving shortcut keys for most options
- Select All and Clear All buttons on captions panel
- Faster thumbnail loading
Publishing Features
- Generates index page, with thumbnails
- Generates HTML pages with next/prev links
- Option to resize all portait or landscape images
- Option to output original sized images as well
- Customize number of output columns
- Option to generate multiple thumbnail pages
- Option to generate link to parent album
- Option to place detail caption above or below photo
- Option to align detail photo left, center or right
- Option to display EXIF information new.
Enhancements:
- Added internationalization (Italian, English and Russian)
- Added internationalization on output generated HTML files (Italian, English and Russian)
- Added possibility to print EXIF information
- Added album description.
Java development Droplets 1.0
Java development Droplets - Java droplets to run javac and java in Terminal more>>
They automate opening a new Terminal window, changing the current directory and executing a command on the file.
* "Javac" compiles .java source files dragged onto it,
* "Java" runs the class file of the .java or .class file dragged onto it,
* "Both" compiles the .java source file and if successful, runs the resulting class file.
Java Fathom 1.1.0
Free and Java based tool to measure the readability of English text more>> Free and Java based tool to measure the readability of English text
Java Fathom is a free development tool that will allow you to generate common readability indices from English text.
System requirements:
- Java

Java Update 1.4.2 Update 2
Java Update is designed to be a useful update which provides improved behavior for applets in Safari, and increased stability for desktop Java applications. more>> <<less
Java Droplets 1.0
Java Droplets - Three droplets for Java developers more>>
"Javac" compiles .java source files dragged onto it,
"Java" runs the class file of the .java or .class file dragged onto it,
"Both" compiles the .java source file and if successful, runs the resulting class file.
Source editable.
Make Java Document 1.0
Make Java Document - Java document creator more>>
Completly freeware.
Java The Chat 0.7 Beta
Pixie Mac 2.0 offers a hot yet exciting classic arcade puzzle action for your Mac! The games main character, Pixie, loses her way in a magical forest one day and needs your guidance to return home more>> <<less
Java Musicbrainz Library 0.2
Java library for accessing the MusicBrainz metadata server Java Musicbrainz Library is a free and open source library that will help you access Musicbrainz Metadata Webservice written entirely in more>> Java library for accessing the MusicBrainz metadata server
Java Musicbrainz Library is a free and open source library that will help you access Musicbrainz Metadata Webservice written entirely in Java.
System requirements:
-
Enhancements
- Added compatibility to support persistence addon
- Some small changes due to persistence handling
- Changed internal query handling
- Added new query-methods to Track
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.