Top "Transparent" questions

A GUI (often web) technique for trapping user actions across multiple elements by using an overlaying, but transparent, GUI object.

loading animated png

I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to …

png loading transparent
How to make JFrame transparent?

How to make JFrame transparent? I want to make my JFrame transparent. User should see the background when my JFrame …

java swing jframe transparent
Drawing Transparent Images In Java Graphics2D

I want to draw a PARTIALLY transparent image on top of another (Making shadows over things). I am currently using …

java transparent graphics2d
setting transparent background for UILabel for iphone application

I have a UILabel in UITableView. Here is the code i have written in cellForRowAtIndexPath UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; …

uilabel transparent
Make certain area of bitmap transparent on touch

My idea is to overlap 2 images on top of each other and upon onTouch, the top image should be made …

android bitmap transparent paint
Transparent Background

How can i make the background 50% transparent? Let's say the background of an AbsoluteLayout so it's dark but you can …

android transparency transparent
Save buffered image with transparent background

I'm saving the image of a signature as a .jpg picture. I use graphic2d to paint on the image …

java graphics background transparent bufferedimage
Transparent status bar - before Android 4.4 (KitKat)

I know in Android 4.4 KitKat (API 19) it's possible to make the status bar transparent. But for example, Go Launcher Ex …

java android transparent statusbar
Create a transparent dialog on top of activity

Background I'm trying to put a layer on top of the current activity which would have explanation of what is …

android dialog transparent android-fullscreen
How to make Gtk+ window background transparent?

I'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are …

c background window gtk transparent