Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

Client DNS

GUI for DNS Client

Setup

  • JAVA version 11
  • JAVAFX SDK version 15.0.1
  • GLUON Scene Builder
  • Eclipse 2020.09

Deploy

  • import project into Elipse IDE
  • Run configuration
  • Main: application.Main
  • Set Goals -> Goals: javafx:run

Convetion

Classes - Starts With Cap. Letter, no spaces MainClass

variables - starts with small letter ex. smallNumber

CONSTANT - All letters Cap. and spaces are _ ex. SPECIAL_CONST