Class InfoBrowser


public class InfoBrowser
extends JFrame

Wavelet Transformation Demo: Browser for HTML-files

Field Summary

private JButton
close
private JEditorPane
jt
private URL
url

Constructor Summary

InfoBrowser()
Standard constructor (without HTML file display)

Method Summary

void
setPage(URL pageURL)
Displays a given HTML-file
void
setPage(URL path, String page)
Displays a given HTML-file

Field Details

close

private JButton close

jt

private JEditorPane jt

url

private URL url

Constructor Details

InfoBrowser

public InfoBrowser()
Standard constructor (without HTML file display)

Method Details

setPage

public void setPage(URL pageURL)
Displays a given HTML-file
Parameters:

setPage

public void setPage(URL path,
                    String page)
Displays a given HTML-file
Parameters:
path - The path to the HTML file (without file name)
page - The HTML file name