| Author |
how to set action event
|
Roldan Baldo
Ranch Hand
Joined: Aug 11, 2009
Posts: 99
|
|
the imageResizable variable is changing its values but the effect is not changed, the picture is the same,.. i get the value of imageResizable after it resizes and it return
a smaller image. but when i click the button it doesnt take its effect.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
I never see you use it. If I do a search on your code I find 3 occurrences: the declaration, the initialization to null and the setting in the action performed method.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Roldan Baldo
Ranch Hand
Joined: Aug 11, 2009
Posts: 99
|
|
im sorry i forgot to write the last 2 lines there. and it works now. but i have a little problem about the picture
when i performed this method im going to resize the picture into smaller, it seems that the picture is more pixeleted, unlike the orig one. the pic became ugly, did i miss something about manipulating images using BufferedImage?
|
 |
 |
|
|
subject: how to set action event
|
|
|