Search:

Type: Posts; User: preeyasiva@gmail.com

Search: Search took 0.10 seconds.

  1. 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...
  2. 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 2 of 2