~tapaal-contributor/tapaal/autodetect-lens-check2

« back to all changes in this revision

Viewing changes to src/pipe/gui/widgets/AnimationTokenSelectDialog.java

merged in lp:~yrke/tapaal/removeSpecialBatchLoading removing special loading of nets in batch processing

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
        public ArrayList<ArcTokenSelector> arcTokenSelectors = new ArrayList<ArcTokenSelector>();
23
23
 
24
 
        private JPanel namePanel;
 
24
        private final JPanel namePanel;
25
25
 
26
 
        private JButton okButton;
 
26
        private final JButton okButton;
27
27
        private boolean cancelled = true;
28
28
 
29
29
        public boolean cancelled() {