189190191192193194195196197198199
s = (t.elementos.Item(this.getName()).nombreSonido); } catch (Exception ex) { ex.printStackTrace(); } new AePlayWave(s).start(); } } this.setOpaque(true); this.setBackground(t.colorB);