Home > Back-end >  JLabel and JTextfield abnormal solving when has a translucent background
JLabel and JTextfield abnormal solving when has a translucent background

Time:10-02

When I use setBackground (new Color (0, 0, 0, 255)); When is the normal
But using setBackground (new Color (0, 0, 0, 150)); The transparent raised after
Jlabel controls: I add a mouse to jlabel slip inside text color changing events directly after the mouse slip would not transparent
Jtextfield controls: you can see below there are several layers of input box and other the contents of a text box running it down
  • Related