Menu

1.0.1 preview released

JThumbnailer 1.0.1 preview:

In this preview version, all the class design is different from the 1.0 beta.
Basically, JThumbnailer divides into 2 parts.

Part 1 - Image Preview

The image preview consists of 2 main components, filetree and fileview.
Filetree is mainly a JTree that reflect your system files
FileView is a panel that display the image previews , the Image files will
be display as a JThumbCell.

Part 2 - Image Editor

The JThumbEditor can be invoked by doulbe click an image file.
Currently, it only can display the full size image.
The copy and paste function is done by system clipboard, so it can copy and paste
the image through the native system.

Things to do in next version:

1. Provide rotate and resize function in jthumbeditor
2. Design an Open architecture for other developer to make filters for the editor
3. Improve the performance of the image preview.
4. Provide more flexible setting for the whole tools.

Posted by Daniel Wong 2003-02-27

Log in to post a comment.