#red    

#def 
 Micro.java    : import javax.microedition.media.Manager ; import javax.microedition.media.Player; 
:     public Micro()     { 
 ( ):     private Player player1;     private InputStream input1;       public Micro()     { ( ):           try           {             input1 = getClass() .getResourceAsStream("/ music.mid");             player1 = Manager.createPlayer(input1, "audio/midi");           }           catch (Exception ex) {}  :     public void _gameToMenuvV ()     { :        
 try         {             player1.start();         }         catch (Exception ) {} 
 .        .        ,   ..    ,       .       music.mid 