Image buttons
in
Contributed Library Questions
•
3 years ago
M trying to make a program with images working as buttons...
I incorporated GUIComponents library in processing to get my purpose served.
FIRSTLY:
Can anyone explain me the parameters if the function goes like...
GImageButton btn1;
btn1 = new GImageButton(this, null, "image", int, int, int);
SECONDLY:
Is it possible to define a size for the image to be retrieved as different from its original size?
1