gui.browser
Class ThreadedLoad

java.lang.Object
  extended by gui.browser.ThreadedLoad
All Implemented Interfaces:
java.lang.Runnable

public class ThreadedLoad
extends java.lang.Object
implements java.lang.Runnable

Thread is set to gui.run in the lowest priority class.


Constructor Summary
ThreadedLoad(javax.swing.JEditorPane _jep, java.net.URL _u)
           
 
Method Summary
 void run()
           
 void setDaemon(boolean b)
           
 void setPriority(int i)
          External Thread
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedLoad

public ThreadedLoad(javax.swing.JEditorPane _jep,
                    java.net.URL _u)
Method Detail

setPriority

public void setPriority(int i)
External Thread


setDaemon

public void setDaemon(boolean b)

run

public void run()
Specified by:
run in interface java.lang.Runnable