Hi Charles, > When I run the java applet in a web browser, it has a fixed size, specified > as width and height in the applet tag. If, however, I run the application > from the command line, I get a scalable window. > > Does anyone know how to get the applet to pop up in a scalable window when > it's loaded from the web page? I guess it is possible already, by using javascript to bring up a new window (preferably without any navigation and URL toolbars), so it'll look just like one of those annoying ads that are part of some sites. As Etienne pointed out, in this case you'd have to use "WIDTH/HEIGHT="100%" in that case).
If that's not sufficient, I could extend the applet to (optionally) run in a separate frame - in this case it would be in it's own window (just with a somewhat annoying "Applet window" caption at the bottom, since the applet isn't signed). Let me know if you'd like that, it shouldn't be a big deal (but let me know quickly, since I'll be on my way to the States for two weeks on sunday, so I won't be doing any work on that during that time). I guess there's not much chance of meeting anyboy in the Andover/Boston area over the next two weeks? ;-) Basically, my idea was that the applet was included in a whole page of infos about the system (like, all the information that's displayed by the weblet pages), and the application was for viewing _only_ the network stats. Let me know if there is something I should do - I would gladly do so. Heck, I already feel honoured that it'll be included in your dachstein release. Martin _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
