This is a simple graph GUI program written in Java Swing, as a Hansung University 2023-2 Object-Oriented Language 2 [B] project.
- FlatLaf Library (https://www.formdev.com/flatlaf/)
- FlatLaf IntelliJ Theme Pack (https://github.com/JFormDesigner/FlatLaf/tree/main/flatlaf-intellij-themes)
- NotoSansKR font (https://fonts.google.com/specimen/Noto+Sans+KR)
- D2Coding font (https://github.com/naver/d2codingfont)
- IntelliJ IDEA + Maven + Java 17
mvn clean compile exec:java
to compile and runmvn clean package
to build jar file- You can just make a run configuration in your IDE.