Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2687
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Image on a button |
| Message-ID | <7a31daec61889@uwe> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1193233929.557412.111310@q3g2000prf.googlegroups.com> |
| Date | 2011-04-27 15:40 +0000 |
| Organization | TDS.net |
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
Re: Image on a button "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
csiph-web