Skip to main content

Posts

Showing posts from August, 2013

Tandoori Paneer Tikka

"Tandoori Paneer Tikkaa" Ingredients: Paneer / Cottage Cheese --------------- 300 g Capsicum ------------------------------------ 1  Onion ------------------------------------------- 1 Tomato ----------------------------------------- 1 How To Make Marinade: Thick yoghurt ( hang in a muslin cloth for 20 mins ) – ½ cup Food color                                                          - a pinc Oil (Tel)                                                               - 1 ½ tbsp Corn flour                                                            - 1 tbsp Amchoor powder                                               - ½ tsp Black salt (Kala Namak)                                   - ½ tsp Red chilly powder (Lal Mirch Masal)               - ½ tsp Tandoori masala powder                                 - 1 tsp Ginger garlic paste                                           - 1 tbsp Step-by-Step Procedure: 1.     Add all ingredients of the marinade

Javax Code for Playing Music:

Javax Code for Playing Music: OUTPUT: ________________________________________________________________ Just Copy and Paste and Change the variable name respectively: ________________________________________________________________ ________________________________________________________________ Buttons: 1. jButton1 : Open Music File 2. jButton2 : Play 3, jButton3 : Stop 4. jButton4 : Pause ________________________________________________________________ import java.io.File;     import java.io.IOException;     import java.net. MalformedURLException;     import javax.sound.sampled. AudioInputStream;     import javax.sound.sampled. AudioSystem;     import javax.sound.sampled.Clip;     import javax.sound.sampled. LineUnavailableException;     import javax.sound.sampled. UnsupportedAudioFileException; public class Music extends javax.swing.JFrame {     /** Creates new form Music */     public Music() {         initComponents();