Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bitmaps and Java.

843789Apr 5 2009 — edited Apr 7 2009
Hello i am creating a simple Card game. I have a bitmap file that has all the 52 cards on it.
the top line of cards are spades, the second is hearts and so on. My question is how can i use
this bitmap to be able to create and paint 52 seperate cards without using 52 bitmap files?
When i was programming in C++ I was able to move the Bitmap around in a Frame so to speak so that
only a certain part of that picture was painted, this was great for animated objects that use more than 1 frame
Please help me, that would be great! :D
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2009
Added on Apr 5 2009
3 comments
432 views