public class Main { public static void main(String[] args) { Fenetre fenetre = new Fenetre(Integer.parseInt(args[0])); fenetre.setVisible(true); } }