/* * Created on 24 juil. 2008 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package fr.unedic.premierefenetre.swing; import fr.unedic.premierefenetre.gclu.SyntheseFrameworkFrame_tt; /** * @author DME0022 * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ public class Calculatrice { public static void main(String[] args) { SyntheseFrameworkFrame_tt fenetre = null; try { fenetre = new SyntheseFrameworkFrame_tt(); fenetre.setVisible(true); } catch (Exception e) { e.printStackTrace(); System.out.println("mes fesses"); } } }