By "help program", do you mean a program which displays mainly fixed,
static content in an attempt to teach the user something (e.g. some
mathematical principles)? If so, you may find it much easier to make the
bulk of your "program" in HTML, and use a couple of cleverly placed Java
applets for any interactive parts (quizzes? virtual experiments? interactive
diagrams? etc.)
While you can do what you want in pure Java, it won't be easy.
- Oliver
Well, i have made a tool in Java, and i want to make another help
application for it, to explain each step, and yes some mathematical
principles, but only mathematical equations.
It wont be easy huh? Cause i don't want to spend a looot of time. The
main program is of more importance!
Can you give me a guideline as to where i should turn to in order to
make it work as i said?
Thank you very much for your quick answer.
Stacey,