Package ringdb.database

Examples of ringdb.database.Ringer


  private JButton m_OKButton;
   
  public RingerScreen(final MainWindow pr_MainWindow) {
    super ("Ringer", true, true, true);
    setSize(FRAME_WIDTH, FRAME_HEIGHT);
    m_Ringer = new Ringer();
    m_MainWindow = pr_MainWindow;
    createContents();
  }
View Full Code Here

TOP

Related Classes of ringdb.database.Ringer

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.