/[svn]/jsampler/trunk/src/org/jsampler/task/UpdateAudioDevices.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/task/UpdateAudioDevices.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 34  import static org.jsampler.JSI18n.i18n; Line 34  import static org.jsampler.JSI18n.i18n;
34    
35    
36  /**  /**
37   *   * This task updates the audio device list and all audio devices' settings.
38   * @author Grigor Iliev   * @author Grigor Iliev
39   */   */
40  public class UpdateAudioDevices extends EnhancedTask {  public class UpdateAudioDevices extends EnhancedTask {
41            /** Creates a new instance of <code>UpdateAudioDevices</code>. */
42          public          public
43          UpdateAudioDevices() {          UpdateAudioDevices() {
44                  setTitle("UpdateAudioDevices_task");                  setTitle("UpdateAudioDevices_task");
45                  setDescription(i18n.getMessage("UpdateAudioDevices.description"));                  setDescription(i18n.getMessage("UpdateAudioDevices.description"));
46          }          }
47                    
48            /** The entry point of the task. */
49          public void          public void
50          run() {          run() {
51                  try {                  try {

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC