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/StandardisedMelody.java

    r315 r1102  
    9393
    9494            // Read the melody from the melody file
    95             return (StandardisedMelody) melodyFileStream.readObject();
     95            StandardisedMelody standardisedMelody = (StandardisedMelody) melodyFileStream.readObject();
     96           
     97            melodyFileStream.close();
     98           
     99            return standardisedMelody;
    96100
    97101    }
Note: See TracChangeset for help on using the changeset viewer.