Skip to content

Commit 6cfdf6e

Browse files
committed
Primera versión del diccionario de Datos, actualemte conecta con el motor de base datos oracle, esta por implementar el manejo de exepciones
0 parents  commit 6cfdf6e

Some content is hidden

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

59 files changed

+4803
-0
lines changed

archivo.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pene;localhost;1521;oracle

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="DiccionarioDeDatos" default="default" basedir=".">
11+
<description>Builds, tests, and runs the project DiccionarioDeDatos.</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="DiccionarioDeDatos-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/classes/.netbeans_automatic_build

Whitespace-only changes.

build/classes/.netbeans_update_resources

Whitespace-only changes.

build/classes/Conexion/Conexion.class

2.22 KB
Binary file not shown.
2.02 KB
Binary file not shown.

build/classes/Conexion/Dba.class

621 Bytes
Binary file not shown.
1.31 KB
Binary file not shown.
4.63 KB
Binary file not shown.

build/classes/DOMINIO/Logica.class

1021 Bytes
Binary file not shown.
1.08 KB
Binary file not shown.

build/classes/GUI/Inicio$1.class

701 Bytes
Binary file not shown.

build/classes/GUI/Inicio$2.class

701 Bytes
Binary file not shown.

build/classes/GUI/Inicio.class

6.3 KB
Binary file not shown.

build/classes/GUI/Inicio.form

+173
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
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+
</Properties>
7+
<SyntheticProperties>
8+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
10+
</SyntheticProperties>
11+
<AuxValues>
12+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
15+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
18+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21+
</AuxValues>
22+
23+
<Layout>
24+
<DimensionLayout dim="0">
25+
<Group type="103" groupAlignment="0" attributes="0">
26+
<EmptySpace min="0" pref="400" max="32767" attributes="0"/>
27+
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
28+
<Group type="102" alignment="0" attributes="0">
29+
<EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
30+
<Component id="jPanel3" min="-2" max="-2" attributes="0"/>
31+
<EmptySpace pref="20" max="32767" attributes="0"/>
32+
</Group>
33+
</Group>
34+
</Group>
35+
</DimensionLayout>
36+
<DimensionLayout dim="1">
37+
<Group type="103" groupAlignment="0" attributes="0">
38+
<EmptySpace min="0" pref="300" max="32767" attributes="0"/>
39+
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
40+
<Group type="102" alignment="0" attributes="0">
41+
<EmptySpace min="-2" pref="40" max="-2" attributes="0"/>
42+
<Component id="jPanel3" min="-2" max="-2" attributes="0"/>
43+
<EmptySpace pref="40" max="32767" attributes="0"/>
44+
</Group>
45+
</Group>
46+
</Group>
47+
</DimensionLayout>
48+
</Layout>
49+
<SubComponents>
50+
<Container class="javax.swing.JPanel" name="jPanel3">
51+
<Properties>
52+
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
53+
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
54+
<TitledBorder title="Datos de conexi&#xf3;n:"/>
55+
</Border>
56+
</Property>
57+
</Properties>
58+
59+
<Layout>
60+
<DimensionLayout dim="0">
61+
<Group type="103" groupAlignment="0" attributes="0">
62+
<Group type="102" alignment="0" attributes="0">
63+
<EmptySpace min="-2" pref="37" max="-2" attributes="0"/>
64+
<Group type="103" groupAlignment="1" max="-2" attributes="0">
65+
<Group type="102" attributes="0">
66+
<Component id="jLabel6" min="-2" max="-2" attributes="0"/>
67+
<EmptySpace pref="61" max="32767" attributes="0"/>
68+
<Component id="txtUsuario" min="-2" pref="181" max="-2" attributes="0"/>
69+
</Group>
70+
<Group type="102" attributes="0">
71+
<Group type="103" groupAlignment="0" attributes="0">
72+
<Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
73+
<Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
74+
<Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
75+
</Group>
76+
<EmptySpace min="-2" pref="35" max="-2" attributes="0"/>
77+
<Group type="103" groupAlignment="0" max="-2" attributes="0">
78+
<Component id="txtPuerto" alignment="0" max="32767" attributes="0"/>
79+
<Component id="txtHost" alignment="0" pref="181" max="32767" attributes="0"/>
80+
<Component id="btnConectar" alignment="0" min="-2" pref="123" max="-2" attributes="0"/>
81+
<Component id="txtContraseña" alignment="0" max="32767" attributes="0"/>
82+
</Group>
83+
</Group>
84+
</Group>
85+
<EmptySpace pref="30" max="32767" attributes="0"/>
86+
</Group>
87+
</Group>
88+
</DimensionLayout>
89+
<DimensionLayout dim="1">
90+
<Group type="103" groupAlignment="0" attributes="0">
91+
<Group type="102" alignment="0" attributes="0">
92+
<EmptySpace pref="21" max="32767" attributes="0"/>
93+
<Group type="103" groupAlignment="3" attributes="0">
94+
<Component id="txtUsuario" alignment="3" min="-2" max="-2" attributes="0"/>
95+
<Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
96+
</Group>
97+
<EmptySpace type="separate" max="-2" attributes="0"/>
98+
<Group type="103" groupAlignment="1" attributes="0">
99+
<Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/>
100+
<Component id="txtHost" alignment="1" min="-2" max="-2" attributes="0"/>
101+
</Group>
102+
<EmptySpace type="separate" max="-2" attributes="0"/>
103+
<Group type="103" groupAlignment="3" attributes="0">
104+
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
105+
<Component id="txtPuerto" alignment="3" min="-2" max="-2" attributes="0"/>
106+
</Group>
107+
<EmptySpace type="separate" max="-2" attributes="0"/>
108+
<Group type="103" groupAlignment="3" attributes="0">
109+
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
110+
<Component id="txtContraseña" alignment="3" min="-2" max="-2" attributes="0"/>
111+
</Group>
112+
<EmptySpace type="unrelated" max="-2" attributes="0"/>
113+
<Component id="btnConectar" min="-2" pref="31" max="-2" attributes="0"/>
114+
</Group>
115+
</Group>
116+
</DimensionLayout>
117+
</Layout>
118+
<SubComponents>
119+
<Component class="javax.swing.JLabel" name="jLabel2">
120+
<Properties>
121+
<Property name="text" type="java.lang.String" value="Nombre Host:"/>
122+
</Properties>
123+
</Component>
124+
<Component class="javax.swing.JLabel" name="jLabel3">
125+
<Properties>
126+
<Property name="text" type="java.lang.String" value="Puerto:"/>
127+
</Properties>
128+
</Component>
129+
<Component class="javax.swing.JLabel" name="jLabel4">
130+
<Properties>
131+
<Property name="text" type="java.lang.String" value="Contrase&#xf1;a:"/>
132+
</Properties>
133+
</Component>
134+
<Component class="javax.swing.JTextField" name="txtHost">
135+
<Properties>
136+
<Property name="text" type="java.lang.String" value="localhost"/>
137+
</Properties>
138+
</Component>
139+
<Component class="javax.swing.JTextField" name="txtPuerto">
140+
<Properties>
141+
<Property name="text" type="java.lang.String" value="1521"/>
142+
</Properties>
143+
</Component>
144+
<Component class="javax.swing.JButton" name="btnConectar">
145+
<Properties>
146+
<Property name="text" type="java.lang.String" value="Crear Conexion"/>
147+
</Properties>
148+
<Events>
149+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnConectarActionPerformed"/>
150+
</Events>
151+
</Component>
152+
<Component class="javax.swing.JTextField" name="txtUsuario">
153+
<Properties>
154+
<Property name="text" type="java.lang.String" value="bd_peliculas"/>
155+
</Properties>
156+
<Events>
157+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtUsuarioActionPerformed"/>
158+
</Events>
159+
</Component>
160+
<Component class="javax.swing.JLabel" name="jLabel6">
161+
<Properties>
162+
<Property name="text" type="java.lang.String" value="Usuario:"/>
163+
</Properties>
164+
</Component>
165+
<Component class="javax.swing.JPasswordField" name="txtContrase&#xf1;a">
166+
<Properties>
167+
<Property name="text" type="java.lang.String" value="jPasswordField1"/>
168+
</Properties>
169+
</Component>
170+
</SubComponents>
171+
</Container>
172+
</SubComponents>
173+
</Form>

build/classes/GUI/Principal$1.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal$10.class

724 Bytes
Binary file not shown.

build/classes/GUI/Principal$11.class

724 Bytes
Binary file not shown.

build/classes/GUI/Principal$12.class

724 Bytes
Binary file not shown.

build/classes/GUI/Principal$13.class

693 Bytes
Binary file not shown.

build/classes/GUI/Principal$2.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal$3.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal$4.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal$5.class

810 Bytes
Binary file not shown.

build/classes/GUI/Principal$6.class

690 Bytes
Binary file not shown.

build/classes/GUI/Principal$7.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal$8.class

810 Bytes
Binary file not shown.

build/classes/GUI/Principal$9.class

722 Bytes
Binary file not shown.

build/classes/GUI/Principal.class

20.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)