Search:

Type: Posts; User: 357mag

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    2,284

    I cannot get eclipse to work with JavaFX

    So I have followed this video on YouTube https://www.youtube.com/watch?v=bC4XB6JAaoU and when I get done putting in the arguments in the box for run configurations I keep getting an error message...
  2. Re: Difference between nextBoolean and hasNextBoolean?

    I do not see methods in the API documentation. So I will tell you what I have turned up. hasNextBoolean is a method used to check if the next token can be interpreted as a boolean value. nextBoolean...
  3. Difference between nextBoolean and hasNextBoolean?

    My program works fine and I'll post it here for you to see. But I'm trying to understand the difference between hasNext and hasNextBoolean. In the part of my program where I have answer =...
  4. Replies
    1
    Views
    10,029

    Re: Give me some feedback on this

    I don't think I'm gonna use Java. C++ Builder or Delphi or Python or Visual Basic are better choices.
  5. Replies
    1
    Views
    10,029

    Give me some feedback on this

    My only experience with Windows Programming was back in the 90's with Visual Basic 6. But since then I've done lots of console programming with many of the major general purpose languages. I do like...
  6. Simple question about using a JavaFX component instead of something from Swing

    Okay let's say I do not want to use the console to get user input. I could import Swing and use JTextField and get the user to input a number in that GUI component. My question is can I write code so...
  7. Re: I'd like to do this but am totally new to working with a GUI

    Perhaps you programmers who populate forums should learn a few things also. Like NOT making assumptions. NOT making the FALSE assumption that the reader knows what you are referring to. That...
  8. Re: I'd like to do this but am totally new to working with a GUI

    Who cares what they're called? It's the same thing.

    I will take this opportunity to say that of all the forums I have used over my entire computer life, programming forums are the worst by far....
  9. I'd like to do this but am totally new to working with a GUI

    I don't like the way Java IDE's handle input and output. It shows at the bottom in an output window which is fine for programs that only work with output. But when you write code to do input, you...
Results 1 to 9 of 9