Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2687

Re: Image on a button

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Subject Re: Image on a button
Message-ID <7a31daec61889@uwe> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <1193233929.557412.111310@q3g2000prf.googlegroups.com>
References <1193233929.557412.111310@q3g2000prf.googlegroups.com>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 30
Date Wed, 27 Apr 2011 15:40:35 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303918835 96.60.20.240 (Wed, 27 Apr 2011 10:40:35 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:40:35 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:2687

Show key headers only | View raw


  To: comp.lang.java.gui
Chanchal wrote:
..
>I have a JSplitPane on a JFrame. Left side of the JSplitPane contains
>a button with an image on it.
>i want the image to get resized ..

<zen question>
Using which image scaling algorithm?
</zen question>

> ...along with the button when the divider
>of the JSplitPane is dragged. Kindly advice how this can be achieved.

I suspect you would need to overide JButton to paint 
the image according to the width/height.  This can be 
done using a very simple, generic rescaling algorithm, 
using one of the Graphics.drawImage() methods that 
accepts a width/height.

-- 
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via http://www.javakb.com

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | Next | Find similar | Unroll thread


Thread

Re: Image on a button "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000

csiph-web