Skip to content

Commit 09ce285

Browse files
projeto biometria cis
0 parents  commit 09ce285

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3043
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Biometria Java
2+
3+
> Atenção
4+
- Apesar de ser um leitor Futronic, é necessário que o leitor seja fabricado pela CIS, pois o SDK usado foi desenvolvido para funcionar no Firmweare desenvolvido pela mesma.
5+
- O SDK CIS é gratuito
6+
- O SDK da Futronic é pago e custa US$ 1000
7+

build.xml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<!-- By default, only the Clean and Build commands use this build script. -->
6+
<!-- Commands such as Run, Debug, and Test only use this build script if -->
7+
<!-- the Compile on Save feature is turned off for the project. -->
8+
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
9+
<!-- in the project's Project Properties dialog box.-->
10+
<project name="BiometriaJava" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project BiometriaJava.</description>
12+
<import file="nbproject/build-impl.xml"/>
13+
<!--
14+
15+
There exist several targets which are by default empty and which can be
16+
used for execution of your tasks. These targets are usually executed
17+
before and after some main targets. They are:
18+
19+
-pre-init: called before initialization of project properties
20+
-post-init: called after initialization of project properties
21+
-pre-compile: called before javac compilation
22+
-post-compile: called after javac compilation
23+
-pre-compile-single: called before javac compilation of single file
24+
-post-compile-single: called after javac compilation of single file
25+
-pre-compile-test: called before javac compilation of JUnit tests
26+
-post-compile-test: called after javac compilation of JUnit tests
27+
-pre-compile-test-single: called before javac compilation of single JUnit test
28+
-post-compile-test-single: called after javac compilation of single JUunit test
29+
-pre-jar: called before JAR building
30+
-post-jar: called after JAR building
31+
-post-clean: called after cleaning build products
32+
33+
(Targets beginning with '-' are not intended to be called on their own.)
34+
35+
Example of inserting an obfuscator after compilation could look like this:
36+
37+
<target name="-post-compile">
38+
<obfuscate>
39+
<fileset dir="${build.classes.dir}"/>
40+
</obfuscate>
41+
</target>
42+
43+
For list of available properties check the imported
44+
nbproject/build-impl.xml file.
45+
46+
47+
Another way to customize the build is by overriding existing main targets.
48+
The targets of interest are:
49+
50+
-init-macrodef-javac: defines macro for javac compilation
51+
-init-macrodef-junit: defines macro for junit execution
52+
-init-macrodef-debug: defines macro for class debugging
53+
-init-macrodef-java: defines macro for class execution
54+
-do-jar: JAR building
55+
run: execution of project
56+
-javadoc-build: Javadoc generation
57+
test-report: JUnit report generation
58+
59+
An example of overriding the target for project execution could look like this:
60+
61+
<target name="run" depends="BiometriaJava-impl.jar">
62+
<exec dir="bin" executable="launcher.exe">
63+
<arg file="${dist.jar}"/>
64+
</exec>
65+
</target>
66+
67+
Notice that the overridden target depends on the jar target and not only on
68+
the compile target as the regular run target does. Again, for a list of available
69+
properties which you can use, check the target you are overriding in the
70+
nbproject/build-impl.xml file.
71+
72+
-->
73+
</project>

build/built-jar.properties

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Mon, 19 Dec 2016 21:07:34 -0400
2+
3+
4+
C\:\\Users\\Samuelson\\Documents\\NetBeansProjects\\BiometriaJava=

build/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.
816 Bytes
Binary file not shown.
816 Bytes
Binary file not shown.
816 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
567 Bytes
Binary file not shown.
6.75 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4+
<Properties>
5+
<Property name="defaultCloseOperation" type="int" value="3"/>
6+
<Property name="title" type="java.lang.String" value="Biometria"/>
7+
</Properties>
8+
<SyntheticProperties>
9+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
10+
<SyntheticProperty name="generateCenter" type="boolean" value="true"/>
11+
</SyntheticProperties>
12+
<AuxValues>
13+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
14+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
15+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
16+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
17+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
18+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
19+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
20+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
21+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
22+
</AuxValues>
23+
24+
<Layout>
25+
<DimensionLayout dim="0">
26+
<Group type="103" groupAlignment="0" attributes="0">
27+
<Group type="102" attributes="0">
28+
<Group type="103" groupAlignment="0" attributes="0">
29+
<Group type="102" alignment="0" attributes="0">
30+
<EmptySpace min="-2" pref="87" max="-2" attributes="0"/>
31+
<Component id="btnDigital1" min="-2" max="-2" attributes="0"/>
32+
<EmptySpace min="-2" pref="76" max="-2" attributes="0"/>
33+
<Component id="btnDigital2" min="-2" max="-2" attributes="0"/>
34+
</Group>
35+
<Group type="102" alignment="0" attributes="0">
36+
<EmptySpace min="-2" pref="151" max="-2" attributes="0"/>
37+
<Component id="btnComparar" min="-2" max="-2" attributes="0"/>
38+
</Group>
39+
</Group>
40+
<EmptySpace pref="103" max="32767" attributes="0"/>
41+
</Group>
42+
</Group>
43+
</DimensionLayout>
44+
<DimensionLayout dim="1">
45+
<Group type="103" groupAlignment="0" attributes="0">
46+
<Group type="102" alignment="0" attributes="0">
47+
<EmptySpace min="-2" pref="124" max="-2" attributes="0"/>
48+
<Group type="103" groupAlignment="3" attributes="0">
49+
<Component id="btnDigital1" alignment="3" min="-2" max="-2" attributes="0"/>
50+
<Component id="btnDigital2" alignment="3" min="-2" max="-2" attributes="0"/>
51+
</Group>
52+
<EmptySpace min="-2" pref="37" max="-2" attributes="0"/>
53+
<Component id="btnComparar" min="-2" max="-2" attributes="0"/>
54+
<EmptySpace pref="93" max="32767" attributes="0"/>
55+
</Group>
56+
</Group>
57+
</DimensionLayout>
58+
</Layout>
59+
<SubComponents>
60+
<Component class="javax.swing.JButton" name="btnDigital1">
61+
<Properties>
62+
<Property name="text" type="java.lang.String" value="Digital1"/>
63+
</Properties>
64+
<Events>
65+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDigital1ActionPerformed"/>
66+
</Events>
67+
</Component>
68+
<Component class="javax.swing.JButton" name="btnDigital2">
69+
<Properties>
70+
<Property name="text" type="java.lang.String" value="Digital2"/>
71+
</Properties>
72+
<Events>
73+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDigital2ActionPerformed"/>
74+
</Events>
75+
</Component>
76+
<Component class="javax.swing.JButton" name="btnComparar">
77+
<Properties>
78+
<Property name="text" type="java.lang.String" value="Comparar"/>
79+
</Properties>
80+
<Events>
81+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCompararActionPerformed"/>
82+
</Events>
83+
</Component>
84+
</SubComponents>
85+
</Form>
4.15 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
818 Bytes
Binary file not shown.
818 Bytes
Binary file not shown.
818 Bytes
Binary file not shown.
818 Bytes
Binary file not shown.
818 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
566 Bytes
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.8" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4+
<Properties>
5+
<Property name="defaultCloseOperation" type="int" value="3"/>
6+
<Property name="title" type="java.lang.String" value="CIS SDK Java"/>
7+
<Property name="resizable" type="boolean" value="false"/>
8+
</Properties>
9+
<SyntheticProperties>
10+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
11+
<SyntheticProperty name="generateCenter" type="boolean" value="true"/>
12+
</SyntheticProperties>
13+
<AuxValues>
14+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
15+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
16+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
17+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
19+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
20+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23+
</AuxValues>
24+
25+
<Layout>
26+
<DimensionLayout dim="0">
27+
<Group type="103" groupAlignment="0" attributes="0">
28+
<Group type="102" alignment="0" attributes="0">
29+
<EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
30+
<Group type="103" groupAlignment="0" attributes="0">
31+
<Group type="102" alignment="0" attributes="0">
32+
<Component id="btnVersao" min="-2" pref="166" max="-2" attributes="0"/>
33+
<EmptySpace type="separate" max="-2" attributes="0"/>
34+
<Component id="lblVersao" min="-2" max="-2" attributes="0"/>
35+
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
36+
</Group>
37+
<Group type="102" attributes="0">
38+
<Group type="103" groupAlignment="0" attributes="0">
39+
<Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
40+
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
41+
</Group>
42+
<EmptySpace max="32767" attributes="0"/>
43+
</Group>
44+
<Group type="102" alignment="1" attributes="0">
45+
<Group type="103" groupAlignment="1" attributes="0">
46+
<Component id="btnDedo1" alignment="0" pref="213" max="32767" attributes="0"/>
47+
<Component id="btnCancelarLeitura" alignment="0" max="32767" attributes="0"/>
48+
<Component id="btnDedo2" alignment="1" max="32767" attributes="0"/>
49+
</Group>
50+
<EmptySpace type="separate" max="-2" attributes="0"/>
51+
<Component id="btnComparar" min="-2" pref="167" max="-2" attributes="0"/>
52+
<EmptySpace min="-2" pref="180" max="-2" attributes="0"/>
53+
</Group>
54+
</Group>
55+
</Group>
56+
</Group>
57+
</DimensionLayout>
58+
<DimensionLayout dim="1">
59+
<Group type="103" groupAlignment="0" attributes="0">
60+
<Group type="102" attributes="0">
61+
<EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
62+
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
63+
<EmptySpace max="-2" attributes="0"/>
64+
<Group type="103" groupAlignment="3" attributes="0">
65+
<Component id="btnVersao" alignment="3" min="-2" max="-2" attributes="0"/>
66+
<Component id="lblVersao" alignment="3" min="-2" max="-2" attributes="0"/>
67+
</Group>
68+
<EmptySpace min="-2" pref="23" max="-2" attributes="0"/>
69+
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
70+
<EmptySpace max="-2" attributes="0"/>
71+
<Group type="103" groupAlignment="3" attributes="0">
72+
<Component id="btnDedo1" alignment="3" min="-2" pref="48" max="-2" attributes="0"/>
73+
<Component id="btnComparar" alignment="3" min="-2" pref="44" max="-2" attributes="0"/>
74+
</Group>
75+
<EmptySpace max="-2" attributes="0"/>
76+
<Component id="btnDedo2" min="-2" pref="45" max="-2" attributes="0"/>
77+
<EmptySpace max="-2" attributes="0"/>
78+
<Component id="btnCancelarLeitura" min="-2" max="-2" attributes="0"/>
79+
<EmptySpace pref="27" max="32767" attributes="0"/>
80+
</Group>
81+
</Group>
82+
</DimensionLayout>
83+
</Layout>
84+
<SubComponents>
85+
<Component class="javax.swing.JButton" name="btnDedo1">
86+
<Properties>
87+
<Property name="text" type="java.lang.String" value="Ler digital - Dedo 1"/>
88+
</Properties>
89+
<Events>
90+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDedo1ActionPerformed"/>
91+
</Events>
92+
</Component>
93+
<Component class="javax.swing.JLabel" name="lblVersao">
94+
<Properties>
95+
<Property name="horizontalAlignment" type="int" value="2"/>
96+
<Property name="text" type="java.lang.String" value="Vers&#xe3;o SDK"/>
97+
</Properties>
98+
</Component>
99+
<Component class="javax.swing.JButton" name="btnComparar">
100+
<Properties>
101+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
102+
<Font name="Tahoma" size="11" style="1"/>
103+
</Property>
104+
<Property name="text" type="java.lang.String" value="Comparar as 2 digitais"/>
105+
</Properties>
106+
<Events>
107+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCompararActionPerformed"/>
108+
</Events>
109+
</Component>
110+
<Component class="javax.swing.JButton" name="btnDedo2">
111+
<Properties>
112+
<Property name="text" type="java.lang.String" value="Ler digital - Dedo 2"/>
113+
</Properties>
114+
<Events>
115+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDedo2ActionPerformed"/>
116+
</Events>
117+
</Component>
118+
<Component class="javax.swing.JButton" name="btnVersao">
119+
<Properties>
120+
<Property name="text" type="java.lang.String" value="Ler DLL (Vers&#xe3;o SDK)"/>
121+
</Properties>
122+
<Events>
123+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnVersaoActionPerformed"/>
124+
</Events>
125+
</Component>
126+
<Component class="javax.swing.JLabel" name="jLabel1">
127+
<Properties>
128+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
129+
<Font name="Tahoma" size="12" style="1"/>
130+
</Property>
131+
<Property name="text" type="java.lang.String" value="Ler e comprar as digitais"/>
132+
</Properties>
133+
</Component>
134+
<Component class="javax.swing.JLabel" name="jLabel2">
135+
<Properties>
136+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
137+
<Font name="Tahoma" size="12" style="1"/>
138+
</Property>
139+
<Property name="text" type="java.lang.String" value="Teste de conex&#xe3;o com a DLL"/>
140+
</Properties>
141+
</Component>
142+
<Component class="javax.swing.JButton" name="btnCancelarLeitura">
143+
<Properties>
144+
<Property name="text" type="java.lang.String" value="Cancelar leitura"/>
145+
<Property name="enabled" type="boolean" value="false"/>
146+
</Properties>
147+
<Events>
148+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelarLeituraActionPerformed"/>
149+
</Events>
150+
</Component>
151+
</SubComponents>
152+
</Form>

lib/jna.jar

1.05 MB
Binary file not shown.

manifest.mf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
X-COMMENT: Main-Class will be added automatically by build
3+

0 commit comments

Comments
 (0)