~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/gui/components/NonsearchableJList.java

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
//it's not possible to use "instanceof" to do the test.
14
14
//Therefore the toString of the keylistener is used.
15
15
public class NonsearchableJList<E> extends JList<E>{
16
 
        private static final long serialVersionUID = 2706313217985326989L;
17
16
 
18
17
        public NonsearchableJList() {
19
18
                super();