public VisibleSignatureDialog(java.awt.Frame parent, boolean modal, final BasicSignerOptions anOptions,
final SignerFileChooser aFC) {
super(parent, modal);
options = anOptions;
fc = aFC;
p2i = new Pdf2Image(options);
initComponents();
translateLabels();
tfPage.getDocument().addDocumentListener(new PageNrDocumentListener());
selectionImage.getRelRect().addPropertyChangeListener(new PropertyChangeListener() {
public void propertyChange(PropertyChangeEvent evt) {