> Say I have the following applet:
>
[quoted text clipped - 25 lines]
> fixed. Is there a way for the width and height to be exactly as big as
> they need to be to display the echo parameter, whatever it may be?
No easy way, AFAIK. You could try JavaScript on the HTML side.
> Also, would it be possible to change the font of the Label?
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Component.html#setFont(java.awt.Font)
> Or maybe
> make it so that you can highlight the Label's text just as you can
> normal html?
http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Component.html#setFocusable(boolean)
- Oliver