Set the icon of JButton

  • Follow


Hello.

How can I set the icon of JButton ?

Thanks :) 


0
Reply no_spam_please4 (116) 5/10/2008 9:38:42 PM

Mr. X. wrote:
> How can I set the icon of JButton ?

If you skim the JavaDocs for JButton then I am sure
that setIcon will appear "tasty".

Arne
0
Reply arne6 (9487) 5/10/2008 9:47:38 PM


Mr. X. wrote:
> Hello.
> 
> How can I set the icon of JButton ?
> 
> Thanks :) 
> 
> 

I suggest you download a copy of the docs.

-- 

Knute Johnson
email s/nospam/linux/

--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
      ------->>>>>>http://www.NewsDem
0
Reply nospam8071 (917) 5/10/2008 9:50:06 PM

Mr. X. wrote:
> Hello.
> 
> How can I set the icon of JButton ?
> 
> Thanks :) 
> 
> 
The answers to both of your questions are available at:

http://java.sun.com/javase/6/docs/api/

-- 
Dave Miller
Java Web Hosting at:
http://www.cheap-jsp-hosting.com/
0
Reply dave5719 (13) 5/10/2008 9:57:58 PM

Arne Vajh�j wrote:

> Mr. X. wrote:
> > How can I set the icon of JButton ?
> 
> If you skim the JavaDocs for JButton then I am sure
> that setIcon will appear "tasty".
> 
> Arne

Also Suns own Java tutorial,
<http://java.sun.com/docs/books/tutorial/uiswing/components/button.html>
-- 
Sabine Dinis Blochberger

Op3racional
www.op3racional.eu
0
Reply no.spam6050 (307) 5/13/2008 9:22:41 AM

Thanks all.
Basic things didn't work well,
since I had a wrong gif formatted file.
I got a good gif file, and things goes better.

: )

"Dave Miller" <dave@spambox.com> wrote in message 
news:GToVj.3118$5b3.1650@trnddc05...
> Mr. X. wrote:
>> Hello.
>>
>> How can I set the icon of JButton ?
>>
>> Thanks :)
> The answers to both of your questions are available at:
>
> http://java.sun.com/javase/6/docs/api/
>
> -- 
> Dave Miller
> Java Web Hosting at:
> http://www.cheap-jsp-hosting.com/ 


0
Reply no_spam_please4 (116) 5/14/2008 1:10:05 PM

On Sun, 11 May 2008 00:38:42 +0300, "Mr. X."
<no_spam_please@nospam_please.com> wrote, quoted or indirectly quoted
someone who said :

>
>How can I set the icon of JButton ?

see http://mindprod.com/jgloss/jbutton.html
-- 

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
0
Reply see_website (4858) 5/14/2008 3:18:45 PM

6 Replies
21 Views

(page loaded in 0.13 seconds)

Similiar Articles:













6/26/2012 12:41:49 PM


Reply: