Package es.unizar.cps.tecnodiscap.util

Examples of es.unizar.cps.tecnodiscap.util.SoundFilter


      buttonSonido
          .setIcon(new ImageIcon("data/icons/view_sidetree.png")); //$NON-NLS-1$
      buttonSonido.addActionListener(new java.awt.event.ActionListener() {
        public void actionPerformed(java.awt.event.ActionEvent e) {
          JFileChooser fc = new JFileChooser();
          fc.addChoosableFileFilter(new SoundFilter());

          int returnVal = fc
              .showDialog(AdministracionResorces.this, Messages
                  .getString("gui.AdministracionResorces.17")); //$NON-NLS-1$
View Full Code Here

TOP

Related Classes of es.unizar.cps.tecnodiscap.util.SoundFilter

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.