Package com.l2client.gui.transparent

Examples of com.l2client.gui.transparent.TransparentButton


        passwordField = new TransparentPasswordField();
        this.add(passwordField);
        passwordField.setBounds(119, 42, 168, 26);
      }
      {
        loginButton = new TransparentButton();
        this.add(loginButton);
        loginButton.setText("Login");
        loginButton.setBounds(12, 150, 121, 31);
      }
      {
        cancelButton = new TransparentButton();
        this.add(cancelButton);
        cancelButton.setText("Cancel");
        cancelButton.setBounds(166, 150, 121, 31);
      }
      {
View Full Code Here

TOP

Related Classes of com.l2client.gui.transparent.TransparentButton

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.