/ src / content / projects / java-cashier-app.mdx
java-cashier-app.mdx
 1  ---
 2  title: Java Cashier App
 3  date: 2021-03-26
 4  description: A desktop cashier app made with Java for one of my final assignment
 5  source: https://github.com/elianiva/kasir-java
 6  type: assignment
 7  stack:
 8      - ["Java", "https://www.java.com"]
 9      - ["FlatLAF", "https://www.formdev.com/flatlaf"]
10      - ["Apache POI", "https://poi.apache.org"]
11      - ["JasperReports", "https://community.jaspersoft.com/projects/jasperreports-library"]
12  ---
13  
14  This was made using Java Swing framework for one of my final assignments at school.
15  
16  It's my first time ever to write a Java GUI app, and I'm not going to lie, I don't really enjoy the process.
17  
18  Some of them are enjoyable, I learn a few new things about Object Oriented Programming, but some of them are frustrating :)
19  
20  Anyway, please go to [the readme](https://github.com/elianiva/kasir-java/blob/tugas-akhir/README.md) if you want some more information about this app.