Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldipl/inu_homework1
Homework 1 for subject INU from Warsaw University of Technology. Encoding and decoding application which can encode "AAAbbbCC" to "A3, b3, C2" and decode again from 2nd to 1st version.
https://github.com/goldipl/inu_homework1
java java-12 javafx
Last synced: 8 days ago
JSON representation
Homework 1 for subject INU from Warsaw University of Technology. Encoding and decoding application which can encode "AAAbbbCC" to "A3, b3, C2" and decode again from 2nd to 1st version.
- Host: GitHub
- URL: https://github.com/goldipl/inu_homework1
- Owner: goldipl
- Created: 2020-01-16T13:31:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T13:33:00.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:40:12.336Z (2 months ago)
- Topics: java, java-12, javafx
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [General info](#general-info)
* [Additional info](#additional-info)
* [Screenshot](#screenshot)
* [Technologies](#technologies)
* [Author](#author)
* [Source](#source)## General info
Homework 1 for subject INU from Warsaw University of Technology.
Encoding and decoding application which can encode "AAAbbbCC" to "A3, b3, C2" and decode again from 2nd to 1st version.
Application uses .css styles.## Additional info
If you want to run these application you have to install JavaFX plugin and add JavaFX libraries and additionaly before start the application - click `Run Configurations...`, choose `(x)= Arguments` and enter `--module-path "out;C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls,javafx.fxml` to *VM Arguments* text field where **C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib** its your javafx sdk location. That's all.## Screenshot
![Screenshot](codingencoding.jpg)## Technologies
Project was created with:
* Java 12
* JavaFX## Author
Marcin Godlewski## Source
@FreeTymeKiyan