Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/meldex/PitchValue.java

    r315 r1102  
    1111    public PitchValue(double per, int pos)
    1212    {
    13         period = per;
    14         position = pos;
     13                period = per;
     14                position = pos;
    1515    }
    1616}
Note: See TracChangeset for help on using the changeset viewer.