Results 1 to 3 of 3

Thread: Transparency in java

  1. #1

    Thread Starter
    Member daveyboy's Avatar
    Join Date
    Feb 2002
    Location
    Aberystwyth, UK
    Posts
    33

    Transparency in java

    Does anyone know if I can make portions of my java application transparent, ie so that the contents of the program behind my java app can be seen through?

    Haven't been able to find anything yet


    Infinity isn't large it's just incomprehensible

  2. #2
    I would imagine not, since kernel-level alpha-blending is only built into Windows (and only some Windows versions). Well at least, it's not built into every OS that Java supports.

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    filburt1..... i think you have had to much of the kernal myself.

    Im pretty sure that JComponent class defines the setOpaque(boolean b) and isOpaque(boolean b) methods to set the transparency of a component.

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