org.openscience.jmol.app.jmolpanel
Class WhatsNewDialog.PageLoader

java.lang.Object
  extended by org.openscience.jmol.app.jmolpanel.WhatsNewDialog.PageLoader
All Implemented Interfaces:
Runnable
Enclosing class:
WhatsNewDialog

 class WhatsNewDialog.PageLoader
extends Object
implements Runnable

temporary class that loads synchronously (although later than the request so that a cursor change can be done).


Field Summary
(package private)  Cursor cursor
           
(package private)  URL url
           
 
Constructor Summary
WhatsNewDialog.PageLoader(URL u, Cursor c)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

URL url

cursor

Cursor cursor
Constructor Detail

WhatsNewDialog.PageLoader

WhatsNewDialog.PageLoader(URL u,
                          Cursor c)
Method Detail

run

public void run()
Specified by:
run in interface Runnable