Skip to content

Commit

Permalink
primer commit del proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwish committed Jul 10, 2016
1 parent 8ebdf37 commit 7a9eaa3
Show file tree
Hide file tree
Showing 57 changed files with 3,362 additions and 0 deletions.
73 changes: 73 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="RTLS" default="default" basedir=".">
<description>Builds, tests, and runs the project RTLS.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="RTLS-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
Empty file.
Empty file.
Binary file added build/classes/Capa_GUI_NEG/Ingreso$1.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Ingreso$2.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Ingreso$3.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Menu$1.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Menu$2.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Menu$3.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Menu$4.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Mostrar$1.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Mostrar$2.class
Binary file not shown.
Binary file added build/classes/Capa_GUI_NEG/Mostrar$3.class
Binary file not shown.
Binary file added build/classes/Capas_Dato/Datos.class
Binary file not shown.
Binary file added build/classes/Controlador/Conexion.class
Binary file not shown.
Binary file added build/classes/DATOS/Datos.class
Binary file not shown.
Binary file added build/classes/Modelo/Negocio.class
Binary file not shown.
Binary file added build/classes/Modelo/math.class
Binary file not shown.
Binary file added build/classes/Vista/Ingreso$1.class
Binary file not shown.
Binary file added build/classes/Vista/Ingreso$2.class
Binary file not shown.
Binary file added build/classes/Vista/Ingreso$3.class
Binary file not shown.
Binary file added build/classes/Vista/Ingreso$4.class
Binary file not shown.
Binary file added build/classes/Vista/Ingreso.class
Binary file not shown.
274 changes: 274 additions & 0 deletions build/classes/Vista/Ingreso.form
Original file line number Diff line number Diff line change
@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" ?>

<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
<Property name="title" type="java.lang.String" value="Sistema RTLS"/>
<Property name="iconImages" type="java.util.List" editor="org.netbeans.modules.form.ComponentChooserEditor">
<ComponentRef name="null"/>
</Property>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
</SyntheticProperties>
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
</AuxValues>

<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel1" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Container class="javax.swing.JPanel" name="jPanel1">
<Properties>
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
<TitledBorder justification="2" position="2" title="Ingreso de coordenadas">
<Font PropertyName="font" name="Dialog" size="18" style="1"/>
</TitledBorder>
</Border>
</Property>
</Properties>

<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<EmptySpace min="-2" pref="22" max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="jlblRSSI4" min="-2" max="-2" attributes="1"/>
<Component id="jlblRSSI5" min="-2" max="-2" attributes="1"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="jtxt_valorx" max="32767" attributes="1"/>
<Component id="jtxt_valory" max="32767" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<EmptySpace pref="51" max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Group type="103" groupAlignment="1" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Component id="jlblRSSI3" min="-2" max="-2" attributes="1"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jtxt_rssi3" min="-2" pref="124" max="-2" attributes="1"/>
</Group>
<Group type="102" attributes="0">
<Component id="jlblRSSI1" min="-2" max="-2" attributes="1"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jtxt_rssi1" min="-2" pref="124" max="-2" attributes="1"/>
</Group>
<Group type="102" attributes="0">
<Component id="jlblRSSI2" min="-2" max="-2" attributes="1"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jtxt_rssi2" min="-2" pref="124" max="-2" attributes="1"/>
</Group>
</Group>
<EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="90" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<Component id="jbtnGuardar" min="-2" pref="101" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Component id="jbtnVolver" min="-2" pref="100" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
<Component id="jLabel2" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jtxt_valorx" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jlblRSSI5" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jtxt_valory" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jlblRSSI4" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jSeparator1" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Component id="jtxt_rssi1" min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jlblRSSI1" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jtxt_rssi2" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jlblRSSI2" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jlblRSSI3" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jtxt_rssi3" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="23" max="32767" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="jbtnGuardar" alignment="3" min="-2" pref="35" max="-2" attributes="0"/>
<Component id="jbtnVolver" alignment="3" min="-2" pref="34" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JLabel" name="jlblRSSI1">
<Properties>
<Property name="text" type="java.lang.String" value="Ingresa el RSSI R1"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jlblRSSI2">
<Properties>
<Property name="text" type="java.lang.String" value="Ingresa el RSSI R2"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jtxt_valory">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="24" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="0" id="blue" palette="1" red="0" type="palette"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jtxt_rssi2">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="24" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="0" id="blue" palette="1" red="0" type="palette"/>
</Property>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jtxt_rssi2ActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JLabel" name="jlblRSSI3">
<Properties>
<Property name="text" type="java.lang.String" value="Ingresa el RSSI R3"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jtxt_rssi3">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="24" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="0" id="blue" palette="1" red="0" type="palette"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jtxt_rssi1">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="24" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="0" id="blue" palette="1" red="0" type="palette"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="jtxt_valorx">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="24" style="1"/>
</Property>
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
<Color blue="ff" green="0" id="blue" palette="1" red="0" type="palette"/>
</Property>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jlblRSSI4">
<Properties>
<Property name="text" type="java.lang.String" value="Ingrese el tama&#xf1;o de Y"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jlblRSSI5">
<Properties>
<Property name="text" type="java.lang.String" value="Ingrese el tama&#xf1;o de X"/>
</Properties>
</Component>
<Component class="javax.swing.JSeparator" name="jSeparator1">
</Component>
<Component class="javax.swing.JLabel" name="jLabel1">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="18" style="1"/>
</Property>
<Property name="text" type="java.lang.String" value="Posici&#xf3;n de routers"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel2">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Ubuntu" size="18" style="1"/>
</Property>
<Property name="text" type="java.lang.String" value="Dimensiones del plano (en cm.)"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="jbtnGuardar">
<Properties>
<Property name="text" type="java.lang.String" value="Guardar"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbtnGuardarActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="jbtnVolver">
<Properties>
<Property name="text" type="java.lang.String" value="Volver"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jbtnVolverActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Container>
</SubComponents>
</Form>
Binary file added build/classes/Vista/Menu$1.class
Binary file not shown.
Binary file added build/classes/Vista/Menu$2.class
Binary file not shown.
Binary file added build/classes/Vista/Menu$3.class
Binary file not shown.
Binary file added build/classes/Vista/Menu$4.class
Binary file not shown.
Binary file added build/classes/Vista/Menu.class
Binary file not shown.
Loading

0 comments on commit 7a9eaa3

Please sign in to comment.