Hi there,
I need a simple example to show own html-pages in a
container or as Component (without Scrollbars on the sides like see
screenshot).
I use the following snippet:..
...
BrowserComponent wb = new BrowserComponent();
wb.setURL("jar:///sample.html");
Container con = new Container(new BoxLayout(BoxLayout.Y_AXIS));
con.setScrollableY(true);
con.addComponent(wb);
...
and I get this strechted result: