Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/05/2013, 04:05
jcastro3
 
Fecha de Ingreso: marzo-2013
Mensajes: 51
Antigüedad: 11 años, 1 mes
Puntos: 2
Respuesta: Problemilla jar - applet

Dejo el codigo con los import:

Código:
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;


import javax.swing.Box;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
En otra clase tengo los import de la librería itext.

Tambien he visto este hilo: [URL="http://www.forosdelweb.com/f45/convertir-aplicacion-applet-391094/"]http://www.forosdelweb.com/f45/convertir-aplicacion-applet-391094/[/URL]pero no me termina de quedar claro...