What good is PanaView?

Advantages of PanaView

How to get it

For Personal Use - you may use PanaView for free provided the following conditions are met:

Installation

Download PanaView:
http://www.xenolinguistics.com/panaview10.zip

Usage instructions:
Place the two .class files (PanaView.class and HotSpot2.class) in the SAME DIRECTORY as your web page.

Include in your page the following code (CASE IS IMPORTANT):

<APPLET
    code=Pana.class
    name=Pana
    width=400
    height=240>
<PARAM name="imagefile" value="myimage.jpg">
<PARAM name="hotspots" value="">
<PARAM name="Copyright" value="copyright (C) 1997 J. Childs - unauthorized use strictly prohibited. RMA1552">
</APPLET>
Where:
myimage.jpg is the name of the imagefile to load.

OR (to use the active hotspots):

<APPLET
    code=Pana.class
    name=Pana
    width=400
    height=240><PARAM name="imagefile" value="myimage.jpg">
<PARAM name="hotspots" value="X1,Y1,X2,Y2,Descriptioin,URL|X1,Y1,X2,Y2,Description,URL">
<PARAM name="Copyright" value="copyright (C) 1997 J. Childs - unauthorized use strictly prohibited. RMA1552">
</APPLET>

Where :
X1,Y1 are the upper-left coordinate of the bounding area for the hotspot
X2,Y2 are the lower-rigth coordinate of the bounding area fro the hotspot
Description is the description you wish to appear in the bottom of the applet when the mouse passes over the hotspot
URL is either a . (for no action) or a fully-qualified URL to which you want the hotspot linked to.