Re: [EE] Java to applet for web site.
Gerhard Fiedler <lists <at> connectionbrazil.com>
2007-08-01 12:15:55 GMT
James Newton, Host wrote:
>> I'm not sure what exactly the problem is you're trying to solve with the
>> conversion to an applet. Running a Java app can be as simple as
>> downloading the jar file and double-clicking on it, and you're done
>> with it.
>
> The issue is one of presentation. I don't want to type volumes of
> explanatory text into the circuit design as text labels. And I would
> like each of the samples to accompany the text in the web page. "As you
> can see in the applet window below, the counter is formed from three JK
> flip flops and their binary output is decoded to sequential (decimal)
> wires to enable each of the different operations required in the
> processor in the proper order."
In that case, it seems you don't want the applet to necessarily allow
loading and saving arbitrary files. Loading files from the server would be
enough, and saving is not necessary. You could just take the source, follow
the few simple steps in that link I sent and see whether it works.
Depending on the app it just might... (The app supporting loading a
simulation file through the command line helps.)
Alternatively...
> In addition to the text, I want to include pictures of the real chips that
> are being used in the circuit, links to sources and other web sites, and to
> the next lesson or sample circuit.
>
> I could take the hours required to produce GIF animations of the circuits
> operating, but that would remove any user interaction. "press the button
(Continue reading)