PDA

View Full Version : simple compact applet


sudaplatov
22nd of February 2002 (Fri), 12:43
During five years of shooting on Coolpix 900 I got
almost 3000 pictures and met problem how to browse
them effectively without being lost.
I found web galleries are not quite effective for
huge amount of files so I wrote simple compact and
absolutely safe java applet to handle jpeg-files
by means of user created popup menu.
This applet is not an alternative to web galleries
or engine of Pekka - it serves different purposes.
All my pictures (a lot) together with applet and
short FAQ on how this applet works can be seen on
my web page: http://www.maths.liv.ac.uk/~cheltsov.
Bad things that invoking of java applets is slow
in many browsers and that I did not implemente
tools to watch text info for given picture except
one line shown in the status bar of the browser.
Actually I did not put status bar info for most of
my pictures because I did not have enough time.
Applet is written in Java 1.2 (old version) on
purpose - it should be understood by many browsers.

mlfrancis
22nd of February 2002 (Fri), 13:26
That's pretty cool. I like it.

sudaplatov
22nd of February 2002 (Fri), 13:47
In case someone want to use my applet he/she can
download it by right clicking corresponding link on
my webpage (Source) and choosing save option.
Applet is very easy to use - see FAQ on my webpage or
feel free to ask me any question.
Comments are welcome.