I want to create a program that in the first window show me a drawing of a electrical circuit (a basic one, a switch and a light at the end )
normal graphs (lines nothing fancy)
what i want from the program is
if the switch is open (click) the light is off and if it is close(another click) light shows on.....
or if i enter the switch number and chosse close the program show me which part of the drawing is on or off
i have done a similar but bigger program in
VB using a spreadsheet with many data(off course no drawings just numbers and text)
iwant to do the same in java starting with something basic, but including the drawings,(clarification I am new in java)
so can anyone guide me whats the best way to start with the drawing, I have donwloaded netbeans, javafx, and javafxscene builder,but im confused how to start
THank you for your help