CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Posts
    2

    Transparent Bitmaps in 1.1

    Is it possible to blit bitmaps transparently in an applet using only 1.1? (no swing). I want to move bitmaps around as sprites. Is this possible with the color filter classes?


  2. #2
    Join Date
    Aug 1999
    Location
    San Diego
    Posts
    155

    Re: Transparent Bitmaps in 1.1

    I'm pretty new to java but I would suggest making a transparent gif of your bitmaps and then make that gif a Label (which is by default not opaque). Then all you have to do is move around the Label... no painful blit operations as in VC++...


    Dustin


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured