|
-
March 2nd, 2000, 04:50 AM
#1
Image
How to fix one photo (like image) in the right corner of the Frame. How to
write prg. for this. I am creating one form like application form. And how to
store in MSAccess.
-
March 2nd, 2000, 10:35 AM
#2
Re: Image
All you have to do is put this in you paint function
g.drawImage(image,0,0,null);
you may want to override update() and just call paint() in it so that you don't get as much flashing. If the image is really big and you are getting flashing anyway, you will have to double buffer it.
As far as storing in MSAccess, that could be a book.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|