1 /*2 * Main.java3 *4 * Created on 23. August 2004, 18:415 */6 package test;7 8 /**9 *10 * @author Petr Felenda11 */12 public class sample1 {13 14 /** Creates a new instance of KeyboardAndShortcut */15 public sample1() {16 }17 18 /**19 * @param args the command line arguments20 */21 public static void main(String [] args) {22 // TODO code application logic here23 }24 25 }26