Package ringdb.ui

Examples of ringdb.ui.RingerScreen


      m_MainWindow = pr_MainWindow;
    }

  @Override
    public void actionPerformed(final ActionEvent pr_Event) {
    RingerScreen screen = new RingerScreen(m_MainWindow);
    screen.setVisible(true);
    try {
      screen.setSelected(true);
    } catch (PropertyVetoException e) {
      s_Logger.log(Level.SEVERE, "Unable to open Ringer screen.", e);
    }
    m_MainWindow.addFrame(screen);   
    }
View Full Code Here

TOP

Related Classes of ringdb.ui.RingerScreen

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.