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...