jdk/src/share/classes/javax/sound/midi/MidiDevice.java
changeset 21278 ef8a3a2a72f2
parent 19207 3448b0cb4077
child 26003 d630c97424bd
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    58  * {@link javax.sound.midi.MidiSystem}). A <code>MidiDevice</code>
    58  * {@link javax.sound.midi.MidiSystem}). A <code>MidiDevice</code>
    59  * that was opened implicitly, is closed implicitly by closing the
    59  * that was opened implicitly, is closed implicitly by closing the
    60  * <code>Receiver</code> or <code>Transmitter</code> that resulted in
    60  * <code>Receiver</code> or <code>Transmitter</code> that resulted in
    61  * opening it. If more than one implicitly opening
    61  * opening it. If more than one implicitly opening
    62  * <code>Receiver</code> or <code>Transmitter</code> were obtained by
    62  * <code>Receiver</code> or <code>Transmitter</code> were obtained by
    63  * the application, the decive is closed after the last
    63  * the application, the device is closed after the last
    64  * <code>Receiver</code> or <code>Transmitter</code> has been
    64  * <code>Receiver</code> or <code>Transmitter</code> has been
    65  * closed. On the other hand, calling <code>getReceiver</code> or
    65  * closed. On the other hand, calling <code>getReceiver</code> or
    66  * <code>getTransmitter</code> on the device instance directly does
    66  * <code>getTransmitter</code> on the device instance directly does
    67  * not open the device implicitly. Closing these
    67  * not open the device implicitly. Closing these
    68  * <code>Transmitter</code>s and <code>Receiver</code>s does not close
    68  * <code>Transmitter</code>s and <code>Receiver</code>s does not close