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


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

Re: Image on a button

Started by"Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
First post2011-04-27 15:40 +0000
Last post2011-04-27 15:40 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.gui

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#2687 — Re: Image on a button

From"Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this>
Date2011-04-27 15:40 +0000
SubjectRe: Image on a button
Message-ID<7a31daec61889@uwe>
  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

[toc] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web