Making JComboBox transparent
问题 I have a problem with making JComboBox transparent. I tried setting opaque to false and alpha of background 0 but it doesnt work. I guess that i need to change some class that does rendering or something similar.And here is the code.. import java.awt.EventQueue; import java.awt.Graphics; import java.awt.Rectangle; import javax.swing.JFrame; import javax.swing.JComboBox; import javax.swing.JTextField; import javax.swing.plaf.basic.BasicComboBoxUI; import java.awt.Color; public class App {