Package htmllayout

Class Summary
HtmlLayout HtmlLayout uses a string containing HTML like table tags to layout components.
HtmlLayoutTest Reads in files containing table-html and creates a window for each layed out according to the html.
HtmlLayoutTestApplet Reads the file specified by the "htmlURL" param and, when the "Test filname" button is pressed, opens a window layed out by that table-html, just as with HtmlLayoutTest.
ProcHtml Converts html files into text suitable for inclusion in your Java source.
 

Exception Summary
BadTableHtmlException BadTableHtmlExceptions are thrown when an HtmlLayout is created with illegal table-html.