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

mbio16/clientDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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