public class QueryUtilities
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
openHTMLResource(java.lang.String urlName,
java.awt.Frame owner)
Open a HTML resource in the current configuration if possible.
|
public static void openHTMLResource(java.lang.String urlName, java.awt.Frame owner)
urlName
- A string naming the url of the file to be opened
as a resource. For example "doc/expressions.htm".owner
- The frame that owns the HTMLViewer to be created.