Skip to content

laserene/OOLT.VN.20231-18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOLT.VN.20231-18

Virus Explorer

The VirusExplorer project, developed using JavaFX for the Object-Oriented Programming (OOP) class, is an application designed to study various viruses' structure and infection process.

Members

Student Code Full name Assignment
20215072 Nguyễn Cao Kỳ (Leader) Main Screen, Virus package classes, Report
20215068 Hoàng Mạnh Kiên Illustration Screen, Class diagram, Use-case diagram
20210494 Trần Trung Kiên Inspect Infection Screen, Data Preparation
20210531 Đoàn Văn Linh Virus Item, Slides, Help Screen Content

Configuration

To successfully run the project, the following steps should be taken (Note: This instruction is made for IntelliJ only).

  1. Download the JavaFX version that is compatible with current project's JDK version.
  2. In Project Structure (Ctrl + Alt + Shift + S), choose Libraries, then add the path to the lib folder inside the unzipped JavaFX directory.
  3. Choose Run → Edit Configuration..., create a new Application configuration for test.VirusExplorer class. Add VM Options in Modify Options... menu. Insert the line below to VM Options.
--module-path ${PATH_TO_FX} --add-modules javafx.fxml,javafx.controls,javafx.graphics,javafx.media

Replace ${PATH_TO_FX} with the absolute path to the lib folder inside JavaFX directory, or add a Path Variable named PATH_TO_FX whose value is the path to the mentioned lib folder in Settings.

Demo

bandicam.2024-01-06.20-16-48-985.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages