X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Ffunction%2FFindWaypoint.java;h=ac0bd37290005c4d281f49b1525c218599072d75;hp=8b6beeabf2bedf84258e82aaf912278b3bb22322;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hpb=8c8868ae29b3252f02e094c02307384cf61ba667 diff --git a/tim/prune/function/FindWaypoint.java b/tim/prune/function/FindWaypoint.java index 8b6beea..ac0bd37 100644 --- a/tim/prune/function/FindWaypoint.java +++ b/tim/prune/function/FindWaypoint.java @@ -34,7 +34,7 @@ public class FindWaypoint extends GenericFunction private WaypointNameMatcher _nameMatcher = null; private JDialog _dialog = null; private JTextField _searchField = null; - private JList _pointList = null; + private JList _pointList = null; private JButton _okButton = null; @@ -108,7 +108,7 @@ public class FindWaypoint extends GenericFunction // middle panel with list _nameMatcher = new WaypointNameMatcher(); - _pointList = new JList(_nameMatcher); + _pointList = new JList(_nameMatcher); _pointList.addListSelectionListener(new ListSelectionListener() { public void valueChanged(ListSelectionEvent e) {