- Navigate to
project_directory/src/main/resources/
- Find the file called
sectors.json
, add wanted sectors/items to this file.
- Make sure the corresponding sector/item images are placed in the same directory.
- Build and enjoy!
- Open directory as project in Java IDE such as IntelliJ IDEA.
- Navigate to the gradle tab (usually on the right side).
- To build an executable file, find and run the "jar" option under the "ippo" group.
- It is also possible to simply select run to launch the program through the editor (if jar is not desired).
- Runnable jar file can be found in
project_directory/build/libs/
About
Room viewer application for university assignment. Includes inventory and GUI, reading data from JSON.
Languages
Language:Java 100.0%