Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    Thank you for sharing the solution.
  2. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    Which code are you having the problems with? You posted 3 separate sections of code.
  3. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    Did you read the API doc for the getScene method? What did it say?

    Don't post links to other sites for code. If you have code that compiles and executes for testing please paste here on the...
  4. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    Please copy the contents of the API doc for the getScene method and paste it here so I can see what you are looking at.


    I don't think it is a good idea to mix JavaFX code with Swing code.
  5. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    Did you read the API doc for the getScene method? What did it say about returning a null value?
  6. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    What does the API doc say about the values that VBox getScene method will return?
    When does it return a null value?

    Here is a link to a JavaFX API doc site: ...
  7. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    I need this information to be able to give you any help:
    What statement was the exception on?
    What variable has the null value?

    What does the API doc say about the values that VBox getScene...
  8. Replies
    16
    Views
    1,716

    [SOLVED] Re: java Null Pointer Exception for choose file

    What statement was the exception on?
    What variable has the null value?

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**
Results 1 to 8 of 8