~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/pipe/gui/AnimationController.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
public class AnimationController extends JPanel {
41
41
 
42
 
        private static final long serialVersionUID = 7037756165634426275L;
43
42
        private javax.swing.JButton okButton;
44
43
        private JSlider delaySlider;
45
44
        private int delayScale = 10;
46
45
        private static final String PRECISION_ERROR_MESSAGE = "The precision is limited to 5 decimal places, the number will be truncated.";
47
46
        private static final String PRECISION_ERROR_DIALOG_TITLE = "Precision of Time Delay Exceeded";
48
47
 
49
 
        private GuiAction stepforwardAction, stepbackwardAction;
 
48
        private final GuiAction stepforwardAction;
 
49
    private final GuiAction stepbackwardAction;
50
50
 
51
51
        JTextField TimeDelayField = new JTextField();
52
52
        JComboBox<String> firermodebox = null;