Michael Dunn wrote:from your description, generally, you would have two gridlayout panels, both (0,1)
the labels would be added to the first gridlayout
the textfields added to the second
the gridlayout panels would be added to a borderlayout panel
label gridlayout to borderlayout.west
textfield gridlayout to borderlayout.center
the labels/textfields should line up alongside each other,
and if the frame is dragged wider, the additional space will go to the textfields
Originally posted by Jan Cumps:
By default, an applet can only connect to the server that 'served' the applet. Connecting to any other server will fail.
If you want to extend the capabilities of an applet, you have to sign it.
Read more from Sun.
Regards, Jan
Originally posted by Paul Clapham:
I'm confused. Is the applet running on the HP-UX machine or is it being served from that machine and running somewhere else? And what does "locally" mean?