Search:

Type: Posts; User: Yearplanner

Search: Search took 0.10 seconds.

  1. Thread: JavaFX

    by Yearplanner
    Replies
    0
    Views
    1,049

    JavaFX

    Hi,

    I am struggling to manually add JavaFX to my project on eclispse
    I have got as far as properties, Libraries and Add External JARs..
    But cannot locate the JAR file anywhere.
    I am running...
  2. Replies
    2
    Views
    1,393

    Re: method must return a result of type int

    Thank you for your quick response, I have moved the return statement outside of the loop and is now compilling. I am at the very start of my Java journey so very much appreciate the support
  3. Replies
    2
    Views
    1,393

    method must return a result of type int

    Hi, I am getting an compiler error for this method below "This method must return a result of the type int" to my mind it does return an int; it takes the next int entered and if it is valid returns...
  4. Re: Difficulty calling method in another method

    Thanks for your response, I have now resolved, my error was declaring formal parameters.
  5. Difficulty calling method in another method

    Hi, first time on here so hope i am in the right place. I have created the methods gradeTemp and getValidTemp, which i can run independently. However when i attempt to call them both in tempGrading i...
Results 1 to 5 of 5