Hello,

That's how I'm creating transparent Buttons

    public static ULCButton createTransparentButton() {
        ULCButton button = new ULCButton();
        button.setOpaque(false);
        button.setContentAreaFilled(false);
        button.setBorderPainted(false);
        return button;
    }


Regards

Marcel


chris idr wrote:
hi all,

im trying to get the ULCButton to be transparent, so i can see what is behind it, and just use it for tracking URL like action clicks.

can any one tell me what to use as i have tried setOpaque(false) and it still draws the blue fade in-and-out background from the look and feel.
i have tried adding a transparent image to the ULCIcon's.

i cant find anything else that i can set to get it transparent, HELP?


many thanks

chris wade


_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to