Re: Help needed for better buttons in Internet Explorer using AWT

From: Horace A. Vallas, Jr. (hav_at_hav.com)
Date: 10/10/03


Date: Fri, 10 Oct 2003 19:29:42 GMT


Tom Helmond wrote:

> For a friedn who needs help:
>
> He is writing an Applet for Internet Explorer using the
> Microsoft AWT library. All he is getting so far are
> grey buttons. He claims that the AWT library is so old
> and so weak that nothing else is possible.
>
> Is this true? He would like to make buttons with images
> instead of the grey boxes. Where can he look up the way
> to do this?
>
in awt can...
- change button colors etc.
- or use images instead of buttons

do not suggest rolling your own button impl unless you
include native code as well

> (He uses AWT because it seems to be the only library
> that is available for Internet Explorer)
>

nope - java plugin works fine for ie -- at least for later
version of ie - not sure for really old ie
but not everyone has the plugin so those users may not
be able to use anything but awt unless they're willing to
download and install the plugin - etc. etc. etc.

there are also some fairly nice gui wigets like
http://www.bambookit.com/ (I think that's right)
I'm sure there are others as well - I don't use
them but have seen the bamboo stuff

> Thank you in advance for any help.
>
> Tom Helmond

-- 
Horace                            ...once known as "Kicker" :-)
================================================================
...drop by and chat if I'm online       http://www.hav.com/chat/
================================================================
Horace Vallas   hav.Software                 http://www.hav.com/
                 P.O. Box 354                         hav@hav.com
                 Richmond, Tx. 77406-0354     voice: 281-341-5035
                 USA                            fax: 281-341-5087
Thawte Web Of Trust Notary in SW Houston, Tx.
http://www.hav.com/?content=/thawteWOTnotary.htm
================================================================
What is a Vet? ... He is the barroom loudmouth, dumber than five
wooden planks, whose overgrown frat-boy behavior is outweighed a
hundred times in the cosmic scales by four hours of exquisite
bravery near the 38th parallel. ...   - Unknown
================================================================


Relevant Pages