login window transparent background changed

cusax-fix
Yana Stamcheva 20 years ago
parent 98d0dd6c2d
commit 9380e70fda

@ -16,6 +16,7 @@
import javax.swing.JTextField;
import net.java.sip.communicator.impl.gui.main.customcontrols.TransparentBackground;
import net.java.sip.communicator.impl.gui.main.customcontrols.TransparentFrameBackground;
import net.java.sip.communicator.impl.gui.main.i18n.Messages;
public class LoginWindow extends JFrame {
@ -36,7 +37,7 @@ public class LoginWindow extends JFrame {
public LoginWindow(){
TransparentBackground background = new TransparentBackground(this);
TransparentFrameBackground background = new TransparentFrameBackground(this);
background.add(mainPanel);

Loading…
Cancel
Save