General Help

Aplication's General Schema:

Applet's Schema
1. Menu Bar
2. Console
3. Working Area

1. Menu Bar:

Action Menu
Go! (CTRL+G): It generates the working area with the parameters from the console.
Clear (CTRL+B): It cleans the working area and the fields "DNA 01", "DNA 02" and "Word" from the console.
Hash Table(CTRL+T): It brings to front the working area which contains the hash table made with the content of the fields "Word" and "DNA 01" from the console.
Matches Matrix (CTRL+M): It brings to front the working area made with the content of the fields "DNA 01", "DNA 02" and "Word" from the Console, there we can see the matches between the strings in the fields "DNA 01" and "DNA 02".
Examples (CTRL+E): It brings to front the working area in which you can look for some examples about this tool, the examples are explained and illustrated.

Language Menu
English (ALT+1): It changes the language of the applet to English.
Español (ALT+2): It changes the language of the applet to Spanish.
Català (ALT+3): It changes the language of the applet to Catalonian.

Help Menu
Introduction (CTRL+F1): A brief introduction to the algorithm the applet is based about, references, uses, etc.
General Help (CTRL+F2): This document.
Hash Table(CTRL+F3): Help about how this working area works, utility, results, etc.
Matches Matrix (CTRL+F4): Help about how this working area works, utility, results, etc.
Examples (CTRL+F5): Here you can find some basic examples about this tool explained and illustrated.
About (CTRL+F10): Brief information about the authors, the project, etc.

2. Start Panel:

A. Text Field DNA 01: Here you must write the first ADN strand which will be used to generate the Hash Table.
B. Text Field DNA 02: Here you must write the second ADN strand which will be used with the Hash Table to generate the Matches Matrix.
C. Text Field Word: Here you must write the size of the words you will use.
D. Clear (CTRL+B): Cleans al the fields of the console, it also cleans all the working areas.
E. GO! (CTRL+G): It generates a new working area with the content of the fields from the console.
F. Error Messages Label : Here you will find the error messages of the applet.
G. Indicators Label: Here you will find some data about the strings: maximum size and things like that.

3. Working Area:

A. Examples Tab (CTRL+E): You will find here useful examples that will help you to understand better the functionalities of the application.
B. Hash Table Tab (CTRL+T): In this working area you will find the hash table made with the content of the fields "Word" and "DNA 01" from the console (Available after GO! is pressed).
C. Matches Matrix Tab (CTRL+D): In this working area we will see the Matches Matrix made with the content of the field "DNA 01", "DNA 02" and "Word" from the console, you can see here the matches (Available after GO! is pressed).