Java program that allows to receive 3 important aspects from the user (states, inputs, outputs). Based on these inputs, the system will calculate the connected machine and the minimum equivalent. With this implementation, we put into practice issues related to graphs, graphical interface and decoupling.
-
- Download or clone this project from GitHub to your personal computer.
-
- Open eclipse (recommended) and import the downloaded folder as a java project.
-
- Once the project has been imported, right click on it and select the option "Build Path".
-
- There you will see an option called "JRE System Library", which you will have to press and then enter "Access rules".
-
- Following the previous step, press "Edit" and then "Add" to add a new sentence. After that, choose "Accessible" and type below javafx/**.
-
- Follow the instructions in the user's manual
In the event that you have not been able to complete steps 3, 4 and 5, please observe the explanations on this web page.
- Any OS that supports Java.
- Java 8 (This version includes JavaFX).
- Eclipse (2020-3).
- Eclipse
- Scene Builder
- GitHub
- GitKraken