1718192021222324
} @Override protected void runWithPossibleException()throws Exception { new Thread (new Bhastrika(getSounds(), 10, 10, 15, 20 )).start(); }
1112131415161718
public BhastrikaApp() throws Exception { ResourceBundle sounds = YogaSoundsResourceBundle.getYogaSoundsBundle( Locale.GERMANY); new Thread (new Bhastrika(sounds, 10, 10, 15, 20 )).start(); }