Skip to content

TTXS123OK/MiniCAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniCAD

  • This is the first program of my 2022-fall java course.
  • Requirement:
    • Use Java's awt and swing to make a simple drawing tool, operate in CAD mode, can place straight lines, rectangles, circles and text, can select graphics, modify parameters, such as colors, etc., can drag graphics and resize, and can save and restore.

Runtime Environment

  • Ubuntu 22.04 of WSL2
  • OpenJDK 17
Installation
sudo apt update
apt-cache search openjdk
sudo apt-get install openjdk-17-jre
sudo apt-get install openjdk-17-jdk
java --version
Compile and Run
# compile
sh compile.sh

# run
java -jar ./bin/MiniCAD.jar

Demo

demo.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published