| File | Date | Author | Commit |
|---|---|---|---|
| src | 2024-06-22 |
|
[412b91] gitignore update |
| .gitignore | 2024-06-22 |
|
[412b91] gitignore update |
| LICENSE | 2024-05-03 |
|
[438cf4] Commit inicial de jaxmlDixitAll |
| README.md | 2024-06-19 |
|
[aefcd0] Translation to English |
JXMLDixitAll is a Java application with a graphical user interface designed to manage a dictionary of terms and their definitions. It provides functionalities to add, modify, delete, and consult terms and their associated definitions. It features the capability to access data in XML file format, allowing easy import and export.
To use JXMLDixitAll, you need to have Java installed on your system. Then you can download the source code of this repo and compile it using any Java IDE or compile it directly from the command line.
bash
git clone https://github.com/luisvazle/JXMLDixitAll.git
bash
javac src/JXMLDixitAll/JXMLDixitAll.java
bash
java src.JXMLDixitAll.JXMLDixitAll
When you run the application, a graphical user interface will be displayed where you can perform actions described in the action buttons. Its functionality is highly intuitive.
The first time a term is entered, a folder with the file data.xml will be created. In any subsequent use, this file will be updated.
The author of this programme is Luís Vázquez Lema. You can contact me by sending an email to the following address: luisvazquezlema@gmail.com
A copy of the MIT licence is included if you clone the repository: it is the LICENSE file.
```