Skip to content

Commit

Permalink
Improve engine import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBoudreau committed Jul 23, 2018
1 parent d5620ce commit ddd8780
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 188 deletions.
Expand Up @@ -26,6 +26,8 @@ public class ImportRollingStock extends Thread {

protected JLabel lineNumber = new JLabel();
protected JLabel importLine = new JLabel();

protected static final String LOCATION_TRACK_SEPARATOR = "-";

protected jmri.util.JmriJFrame fstatus;

Expand Down
Expand Up @@ -53,8 +53,6 @@ public class ImportCars extends ImportRollingStock {
private final boolean autoCreateColors = true;
private final boolean autoCreateOwners = true;

private static final String LOCATION_TRACK_SEPARATOR = "-";

private static final int CAR_NUMBER = 0;
private static final int CAR_ROAD = 1;
private static final int CAR_TYPE = 2;
Expand Down

0 comments on commit ddd8780

Please sign in to comment.