public void setImage( URL imageURL, boolean clear )
{
try {
SVGUniverse universe = new SVGUniverse();
if ( clear )
universe.clear();
if ( BuildProperties.DEBUG )
DebugLogger.logWarning( "Loading: " + imageURL.toExternalForm());
diagram = universe.getDiagram( new URI( imageURL.toExternalForm()));