Menu

Tree [412b91] main /
 History

HTTPS access


File Date Author Commit
 src 2024-06-22 Luís Vázquez Lema Luís Vázquez Lema [412b91] gitignore update
 .gitignore 2024-06-22 Luís Vázquez Lema Luís Vázquez Lema [412b91] gitignore update
 LICENSE 2024-05-03 luisvazle luisvazle [438cf4] Commit inicial de jaxmlDixitAll
 README.md 2024-06-19 Luís Vázquez Lema Luís Vázquez Lema [aefcd0] Translation to English

Read Me

JXMLDixitAll

Summary

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.

Installation

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.

  1. Clone the repository:

bash git clone https://github.com/luisvazle/JXMLDixitAll.git

  1. Compile the source code:

bash javac src/JXMLDixitAll/JXMLDixitAll.java

  1. Run the application:

bash java src.JXMLDixitAll.JXMLDixitAll

Usage

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.

Author

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

Licence

A copy of the MIT licence is included if you clone the repository: it is the LICENSE file.
```

MongoDB Logo MongoDB