~yrke/tapaal/removeNetType

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
import dk.aau.cs.verification.VerifyTAPN.TraceType;
15
15
 
16
 
public class AnimationHistoryComponent<E> extends JList<E> {
17
 
        private static final long serialVersionUID = -4284885450021683552L;
 
16
public class AnimationHistoryComponent extends JList<String> {
 
17
 
18
18
        private TraceType lastShown = TraceType.NOT_EG;
19
19
 
20
20
        public AnimationHistoryComponent() {