To run the program:
java -cp jflash.jar org.lojban.jflash.jFlash
When you run it the first time, quit to create the word piles. Then run it again to use it.
cvs -d:pserver:anonymous@cvs.lojban.sourceforge.net:/cvsroot/lojban login cvs -d:pserver:anonymous@cvs.lojban.sourceforge.net:/cvsroot/lojban co lojban
(this will get both the javagismu and jflash source)
You can also grab a nightly CVS tarball.
org/lojban/jflashTo compile the source I go to the topmost directory (one higher than the org directory) and run the Makefile:
[jewel@svetlana lojban]$ make -f org/lojban/jflash/Makefile jikes -classpath /usr/jdk118/lib/classes.zip:/home/jewel/swing/swingall.jar:/home/jewel/lojban/openxml:. org/lojban/jflash/*.javaYou'll need to edit the Makefile to reflect your JDK classes, your Swing classes, your java compiler and also where you have put the openxml files.
You can grab the XML parser that I am using here.
[jewel@svetlana lojban]$ make -f org/lojban/jflash/Makefile run /usr/jdk118/bin/java -classpath /usr/jdk118/lib/classes.zip:/home/jewel/swing/swingall.jar:/home/jewel/openxml:. org.lojban.jflash.jFlash
Again you'll need to edit the Makefile for your system.