[Biojava-l] Applets

Kevin Glover ktg@Cs.Nott.AC.UK
Thu, 21 Feb 2002 13:22:04 +0000


Thomas Down wrote:

 > How are you invoking the applet?  Could you send a copy of
 > the <applet> element from your document?
 >

<applet code="myGrid.seqviewer.FastBeadApplet" width="100%" height="100%">

Though I've also tried:

<applet archive="biojava-1.20.jar" 
code="myGrid.seqviewer.FastBeadApplet" width="100%" height="100%">

with exactly the same results.