Hi Roman,
On Wed, 2006-12-06 at 23:00 +0100, Roman Kennke wrote:
> This fixes a method access in the Demo class and converts URLs to
> strings. For some reason (a problem in java.net) it does not work with
> the URL object.
The issue with URL objects is solved now.
2006-12-07 Mark Wielaard <[E
This fixes a method access in the Demo class and converts URLs to
strings. For some reason (a problem in java.net) it does not work with
the URL object.
2006-12-06 Roman Kennke <[EMAIL PROTECTED]>
* examples/gnu/classpath/examples/swing/Demo.java
(getIcon): Made package private.
This gives the HtmlDemo a reasonable initial size and loads the correct
welcome page.
2006-11-06 Roman Kennke <[EMAIL PROTECTED]>
* examples/gnu/classpath/examples/swing/HtmlDemo.java:
Fixed initial window size and start document.
/Roman
Index: examples/gnu/classpath/examples/