//******************************************************************************
// fern.java: Applet
//
//******************************************************************************
import java.applet.*;
import java.awt.*;
import java.util.Random;
//==============================================================================
// Main Class for applet fern
//
//==============================================================================
public class fern extends Applet implements Runnable
{
// THREAD SUPPORT:
// m_fern is the Thread object for the applet
//--------------------------------------------------------------------------
private Thread m_fern = null;
// PARAMETER SUPPORT:
// Parameters allow an HTML author to pass information to the applet;
// the HTML author specifies them using the tag within the