530 projects tagged "Java"
Arabeske is a special kind of vector drawing software. It has a limited set of shapes but is extremely specialised towards complex symmetric interlaced drawings, like those traditionally found in Arabic architecture. It is not a texture editor, but rather a pattern generator. It exports in EPS, PNG, and POV-Ray formats.
IIF is a 32-bit animated lossless image compression software. Everything is supported except the alpha. It compresses using an advanced compression algorithm that typically beats out GIF/PNG/TIFF (unless LZW is used). The encoding allows for multiple kinds of encoding options to be used while encoding and on different parts of the image.
JNapster is a Napster client implemented in Java. It allows you to download MP3s over the Internet. It provides a GUI similar to that of the Napster Windows client and has some handy features the original doesn't have: It gets server lists directly from napigator.com and logs you into as many Napster servers as you want, which you can query in parallel.
Java PictDraw is a set of Java classes to display Quickdraw images (Macintosh Pict files). Quickdraw is a meta/vector format that supports lines, circles, arcs, boxes, polygon, styled text, bitmap-based regions, and compressed bitmaps (RLE and JPEG). This package contains all the classes needed to parse a Quickdraw file, and to display into a Java AWT port. Features include the ability to make the text regions of the picture clickable.