home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import com.extensibility.app.DialogFactory;
- import com.extensibility.app.UI;
- import com.extensibility.rock.RAction;
- import java.awt.event.ActionEvent;
-
- class PreferencesDialog$5 extends RAction {
- // $FF: synthetic field
- final PreferencesDialog this$0;
-
- public void actionOccurred(ActionEvent var1) {
- try {
- int var2 = Integer.parseInt(this.this$0.tfMinutes.getText());
- if (var2 < 1) {
- throw new Exception("");
- }
- } catch (Exception var3) {
- DialogFactory.stop(this.this$0.parent, UI.getString("dialog.preferences.correct.minutes.message"));
- this.this$0.tfMinutes.setText("10");
- return;
- }
-
- PreferencesDialog.access$7000071(this.this$0);
- this.this$0.setVisible(false);
- this.this$0.canceled = false;
- this.this$0.dispose();
- }
-
- PreferencesDialog$5(PreferencesDialog var1) {
- this.this$0 = var1;
- }
- }
-