Advanced examples

Recent changes in Java security policy might prevent you from running VARNA.
Check out this page for details and ways to solve the problem.

Fully-customizable rendering: The pitch black example
Java Get Powered

In this third example, one may find a full modification of the rendering of a given layout.

Note to Firefox users: Certain versions of Firefox may be confused by self-signed certificates, and silently prevent the applet from running. If the frame above shows up empty, then try reloading the page.

<applet  code="VARNA.class"
	codebase="bin"
	archive="VARNA.jar"
	width="250" height="250">
<param name="sequenceDBN"  value="GGGGAUGGGGAUAUACCCCAAUCCGGGGCCACCGGAUCCCC" />
<param name="structureDBN" value="((((..((((.....))))...((((.....))))..))))" />
<param name="background" value="#000000" />
<param name="baseOutline" value="#FFFFFF" />
<param name="baseInner" value="#808080" />
<param name="baseName" value="#FFFFFF" />
<param name="baseNum" value="#FFFFFF" />
<param name="titleColor" value="#FFFFFF" />
<param name="title" value="Pitch black..." />
</applet>

Previous page: Round we go...
Next page: Funky !