andykhk/Virtual_Circuit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Virtual_Circuit_pub A GUI base java circuit simulator which aim Aim to provide a handy to learn circuit mechanism. Compiled by: javac src/container/*.java src/data_Package/*.java src/menu/*.java src/other/*.java Pack by: jar cvfm vc.jar manifest ./src/* Run by: java -jar ./vc.jar Usage of package: Container - All parent frame set which funcaiton as a container to accomodate all sub Jpanel Data_Package - All Custome data calss that used for internal data transmit. Manu - Sub panel for menu section