Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Graphic interface javafx

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Graphic interface javafx

    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


  2. #2
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Graphic interface javafx

    Quote Originally Posted by jonnyking View Post
    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
    Ps many people have seen this but nobodye has commented if i am in the wrong place can u guys let me know I tried to find a better place but i couldn't txS

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Graphic interface javafx

    It could be not many people use FX.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. from java to javaFX
    By johagood in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 8th, 2012, 02:38 PM
  2. JavaFX on javaprogrammingforums
    By cselic in forum Forum Updates & Feedback
    Replies: 1
    Last Post: July 31st, 2012, 03:48 PM
  3. Questions about javafx
    By mDennis10 in forum Java Theory & Questions
    Replies: 3
    Last Post: September 5th, 2011, 12:19 AM
  4. Graphic angle
    By CoffeeBeans in forum Java Theory & Questions
    Replies: 1
    Last Post: August 22nd, 2010, 11:28 AM
  5. [SOLVED] JavaFx
    By chronoz13 in forum Java Theory & Questions
    Replies: 2
    Last Post: August 28th, 2009, 09:13 PM

Tags for this Thread