Several features have been added, but the program should still be considered as a demo. However several areas are now functional:
* It's possible to load examples/demos
* Describtions follow the examples (Select 'More Info' from the file menu.)
* The XML storage system is now functional.
* So far a 2D version, but W is able to draw several interesting Minkowski diagrams from the example files.
* Transformations between frames is working, and new frames can be added from the menus.... read more
The planning phase has ended, and the structure of the program and it's functions are basically determined. For the Menu Demo, please download:
http://VectorVisual.SF.net/w3dMenuDemo.jar
Be careful to save with the .jar extension, a .zip extension will not make the program file executable, as it should be.
Run with "java -jar w3dMenuDemo.jar"
** ONLY a demo, so far no real program **
But please have a look anyway...... read more
The Menu Structures are ready, and the programming phase can begin.
Menu Structure:
(The 10 items on the menu-bar)
<File>
*<New Frame>
*<This Frame>
**<Hide>
**<Close>
*<Open>
*<Save>
*<Save as>
*<Exit>
<View>
*<Units>
**<Meter & Seconds>
**<Same / None>
*<Constants>
**<Einsteins 'c'>
**<Plancks 'h'>
**<Boltzmanns 'kB'>
**<Particle Masses>
*<Intervals>
**<Minkowski Norm>
**<Euclidian Norm>
**<Info>
*<Length>
*<Zoom>
*<Plot>
**<2D Select>
**<3D Select>... read more