Hi Guys,
I search a equivalent method of Pack(0 to implement in a applet, is
someone knows how can I do it?
Thanks
Paul Hamaker - 11 Jun 2006 10:31 GMT
Maybe you could change the HTML-assigned width and height thru
JavaScript.
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com
Thomas Hawtin - 11 Jun 2006 14:31 GMT
> Maybe you could change the HTML-assigned width and height thru
> JavaScript.
Can't you just stay in Java and manipulate the DOM? The doesn't seem any
reason to get into the murky world of JavaScript.
http://download.java.net/jdk6/docs/jre/api/plugin/dom/index.html
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
Andrew T. - 14 Jun 2006 00:51 GMT
> Hi Guys,
> I search a equivalent method of Pack(0 to implement in a applet, is
> someone knows how can I do it?
validate()
HTH
Andrew T.