Search:

Type: Posts; User: MrLowBot

Page 1 of 6 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    14
    Views
    923

    Re: Makes no sense...

    Exception in Application start method
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at...
  2. Replies
    14
    Views
    923

    Re: Makes no sense...

    Yes. I have the gif within the same package as the class. So it should work, since i've done it before and it had been working before as well.
    But it doesn't want to work. The "gif", which i...
  3. Replies
    14
    Views
    923

    Re: Makes no sense...

    If i knew what image folder you were talking about then this would be done... not you're fault at all. Just i've not been able to anything as such. I even made a source folder for the image within...
  4. Replies
    14
    Views
    923

    Re: Makes no sense...

    I have my gif file within the package... it is laying right next to the class. I've never had a problem doing that before.
  5. Replies
    14
    Views
    923

    Re: Makes no sense...

    Yeah i can see that but i cannot find the url problem. I have looked over all the lib and the code many times.
    Mind you, this is all from a book but they never mentioned anything about the url or...
  6. Replies
    1
    Views
    757

    Re: What does main[1] mean in the jdb ?

    If we were to get more of a context than just some content would be nice.
    A whole code to show... and if this is it then i would want to know you assignment.
  7. Replies
    14
    Views
    923

    Re: Makes no sense...

    Exception in Application start method
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at...
  8. Replies
    14
    Views
    923

    Re: Makes no sense...

    Honestly... i cannot seem to find the problem here.
  9. Replies
    14
    Views
    923

    Makes no sense...

    package HW.JavaFXUI;

    import javafx.application.Application;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.control.ContentDisplay;
    import javafx.scene.control.Label;...
  10. Replies
    1
    Views
    626

    Packing up a into an executable.

    Hey.

    I have two classes, on main and one GUI, and i want them to execute as one jar with everything in it.
    I can normally do this with one class but how do i do this with two classes that need...
  11. Replies
    2
    Views
    1,251

    Re: Question regarding my university project

    Start by writing down things on paper of everything you think the game should have.
    Start small. Don't get too detailed yet. And start by making one main class and then maybe
    an interface.
    ...
  12. Replies
    2
    Views
    5,438

    Re: Neural Network.

    I wanted to just get into. Nothing specifically. But everytime i search for something i get "do layers, and then this and that" etc.
    No one is actually telling me how to apply any of it to anything....
  13. Re: how do i fix my image delay and appearance problems

    Aha now i see. Not used to processing 3 so cannot help you with that.
  14. Re: Whats the big-o notation (running time) of the following in java?

    import java.util.Arrays;

    public class Numbers {

    public static void main(String[] args) {

    System.out.println(isSet());
    System.out.println(contains(6));
    sort();
  15. Re: how do i fix my image delay and appearance problems

    We might need all the code. Please put it all here so that we can see it clearly.
  16. Replies
    2
    Views
    5,438

    Neural Network.

    Hey.

    For a rather long time now i have been trying to make programs on Java and it has been working fine so war.
    But i want to learn about how to make Neural Networks and then add them onto other...
  17. Replies
    2
    Views
    768

    Re: Word Search Program Help

    To me it seems like you're mixing the use of a constructor.
    Maybe if you try to make the program for scratch then you can see what you're doing wrong.
  18. Replies
    3
    Views
    681

    Re: Need help solving this class assignment.

    Please put your code in the code brackets so that we can see it better.
  19. Thread: For fun.

    by MrLowBot
    Replies
    0
    Views
    562

    For fun.

    Hello people.

    I made a simple and fast code for a JFrame in which i try to get a string to get one white spaces between every letter in the string.
    That works as it should but at the end i would...
  20. Replies
    2
    Views
    987

    Re: Is my Neural Network correct/good?

    Yeah it would be nice to know what you're trying to do.
    Also i did try it, the second part is almost always consistent at around 0.062 - 0.065 but the first part
    is fluctuation from around 0.6 -...
  21. Replies
    2
    Views
    697

    Re: need help doing Eratosthenes sieve

    Hey.
    I tried the code that you're using. It is rather long and only worked for the numbers 3 and 4 for me.
    And you didn't get any results on this :


    for (int j = i, z= (int)Math.pow (i,j); z <...
  22. Re: How to create a function that returns a new array containing duplicate values of another array?

    This works but do you want doubles as a result or integers?


    Cheers.
  23. Replies
    1
    Views
    949

    Re: Mirror image problem

    If you don't mind could you put the code in here but in english?
    I checked it out, the txt file, it looks as if you are trying to change colors within a for loop for some reason.
    But i would rather...
  24. Replies
    5
    Views
    1,091

    [SOLVED] Re: Robot Invalid KeyCode from Constant

    Was that all the code?

    And has it been working before?
  25. Re: Constructors that play at the same time.... ?

    So.. in my case what would that return value be?
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4