Package voxo.client.newviews

Examples of voxo.client.newviews.LoginWindow


import voxo.client.newviews.LoginWindow;

public class MenuLoginListener implements ActionListener {
  @Override
  public void actionPerformed(ActionEvent arg0) {
    new LoginWindow();
  }
View Full Code Here

TOP

Related Classes of voxo.client.newviews.LoginWindow

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.