* AlignFrame if the applet is started as embedded on the page and then
* afterwards a new view is created.
*/
- public static AlignFrame currentAlignFrame;
+ public static AlignFrame currentAlignFrame=null;
/**
* This is the first frame to be displayed, and does not change. API calls
* will default to this instance if currentAlignFrame is null.
*/
- AlignFrame initialAlignFrame;
+ AlignFrame initialAlignFrame=null;
boolean embedded = false;
public boolean jmolAvailable = false;
- public static boolean debug;
+ public static boolean debug=false;
/**
* init method for Jalview Applet
*/
public void init()
{
+
/**
* turn on extra applet debugging
*/