Package Funcion

Examples of Funcion.AePlayWave


                            s = (t.elementos.Item(this.getName()).nombreSonido);
                        } catch (Exception ex) {
                            ex.printStackTrace();
                        }

                        new AePlayWave(s).start();
                    }                  
             }

            this.setOpaque(true);
            this.setBackground(t.colorB);
View Full Code Here

TOP

Related Classes of Funcion.AePlayWave

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.