Generated by
JDiff

Class org.jhotdraw.samples.svg.SVGApplet

Documentation changed from old to new.

Removed Methods
String getData()  
void setData(String)  
 

Added Methods
void close() Closes the applet.
Drawing createDrawing() Creates the drawing.
SVGDrawingPanel createDrawingComponent() Creates the drawing component.
SVGDrawingPanel getDrawingComponent()  
String getParameter(String, String) Same as Applet.getParameter() but doesn't throw a NullPointerException when used without an Applet context.
Drawing loadDrawing(ProgressIndicator) Loads the drawing.
 

Changed Methods
String getAppletInfo() Documentation changed from old to new.
Returns information about the applet.
String getVersion() Documentation changed from old to new.
Change of visibility from protected to public.
Gets the version of the applet.
void init() Documentation changed from old to new.
Change from non-final to final.
Displays a progress indicator and then invokes loadDrawing on a worker thread.
String getParameter(String) Documentation changed from old to new.
Same as Applet.getParameter() but doesn't throw a NullPointerException when used without an Applet context.