Search:

Type: Posts; User: preeyasiva@gmail.com

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    3,624

    Vector Images in Java

    Hi,
    I want to use vector images in my code.This is because I've used raster images(.png) previously in my code inorder to set the icon for my jlabel.

    When I work in high resolution monitor, the...
  2. Re: Setting a transparency level of a picture issue

    Hi,

    setComposite() is used to blend the source color with the destination color.i.e., Source is the one on which u draw and destination is the one that u draw. i.e., Source is similar to drawing...
  3. Re: Combobox is not working after setting transparency to background color of frame-

    I want to make the frame transparent but not the combobox!

    jCbx.setBackground(new Color(238,238,238)); //To set the background color of the combobox
    setBackground(new Color(255,255,255,0)); //To...
  4. Combobox is not working after setting transparency to background color of frame- rgba

    Hi to all,

    I created a frame and added a panel to the frame.

    In that panel, I’ve added a background image and components like combobox, button, etc. In that background image, some extra white...
Results 1 to 4 of 4