this.fingerprintingComponent = fingerprintingComponent;
}
private void initialize() throws MissingFingerprintManagerImpException {
try {
matchingContext = new MatchingContext();
//GrFingerJava.installLicense("ZMFAG-PKWUK-CABDA-KSDJF");
//TODO: Investigate why this line sometimes hangs
GrFingerJava.initializeCapture(this);
showMessage("Waiting for device.");
} catch (GrFingerJavaException ex) {