678910111213
/** * @param args the command line arguments */ public static void main(String[] args) { Conversor conversor = new Conversor(); conversor.setVisible(true); }