Search:

Type: Posts; User: albin1228

Page 1 of 2 1 2

Search: Search took 0.21 seconds.

  1. Re: Multiple people working on the same project

    Thank you, it helped alot!
  2. Multiple people working on the same project[SOLVED]

    I have knowledge of java on a beginner level, and recently my friend started learning. He has gotten a bit and we are thinking about trying to make a program together, but the problem is I'm not sure...
  3. Replies
    3
    Views
    823

    Re: Intersects method problems

    Well I did print out some other things earlier but I didn't know you could print the entire rectangle! I did that and I saw that for some reason the rectangles weren't updating their x and y . For...
  4. Replies
    3
    Views
    823

    Intersects method problems(FIXED)

    I am trying to make a game in java were I have 3 objects, a bike, a rock and a coin. The objective of the game is to jump from different lanes using the arrows keys to avoid rocks while collecting...
  5. Replies
    8
    Views
    1,838

    Re: Tips for java books?

    Yes I did think about doing that but then I changed my mind when I saw the size of it. The thing is that I need to finish the book before I get too tired of reading it. Because if I do then I wont...
  6. Replies
    8
    Views
    1,838

    Re: Tips for java books?

    Well if I dont get any suggestions i might as well read the book i found. Here is a link for the book/tutorial:
    Javanotes 6.0 Table of Contents
  7. Replies
    8
    Views
    1,838

    Re: Is it a good book?

    Do you have any good tips that are kinda like what i described in my first post? Or will the 5.0 book work?
  8. Replies
    8
    Views
    1,838

    Re: Is it a good book?

    Well the problem is that in my local library there are no books on java. I live in a village so the library is not very big. Ofc I can buy a book but I would rather just have a pdf file that I can...
  9. Replies
    8
    Views
    1,838

    Tips for java books?

    Im thinking about reading a book about java called Introduction to Programming Using Java by David J. Eck.(Idk if its called that but thats what it says.)
    I know some basics about java and I want to...
  10. Replies
    2
    Views
    1,006

    Re: Multiple questions

    Ok ty. And does anyone have a pdf of some good java book?
    Okay nvm no need to post in this thread anymore.
  11. Replies
    2
    Views
    1,006

    Multiple questions(SOLVED/CLOSED)

    Well I can start by saying that i have very basic knowledge about programming in java and just programming in general. I learned what I know right now by watching videos. I watched them in my native...
  12. Replies
    3
    Views
    997

    Re: Problem with JMenuBar

    Im sorry for the delay but i think I know what the problem is so it's fine now.
  13. Replies
    3
    Views
    997

    Problem with JMenuBar(Solved)

    Hi!
    So im trying to make a simple drawing program and on the top of the screen im going to have a bar with dropdown menus with different colors and tools etc. My class that includes the methods used...
  14. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Fixed. Im sorry for the long post and thank you for answering
  15. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    I was wrong
  16. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Not yet but its getting there i think.
  17. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Well i have changed everything with seperate variables to for example hero.x. Here is the code that makes the Player rectangle move:


    public void setXDirection(int xDir){
    this.xDir = xDir;
    }...
  18. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    This is some code i have for the rectangle:


    Rectangle hero;
    int heroX,heroY;
    int xDir, yDir;
    int width,height;
    heroX = 100;
    heroY = 100;
  19. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Oh okay i will try that in a while

    --- Update ---

    When i do that it only displays the same coordinates all the time. Its like the rectangles i drew and created as objects arent the same. Im not...
  20. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Do you mean like the x and y coordinates or?
  21. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Im not even sure what im supposed to put and where. I have never debugged with println before and i have no idea what variables i should print and where even after i red your first post.
  22. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    I dont know what the problem is and i will probably just give up.
  23. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Well i put a println in the following way:


    public void collision(){
    System.out.println("COLLISION");
    if(enemy.intersects(player.hero)){
    System.out.println("FALSE");
    isGoing = false;...
  24. Replies
    21
    Views
    1,287

    Re: Java problem. Thread wont stop

    Well i havenīt fixed the problem. But it seems if(enemy.intersects(player.hero)) is never true...

    --- Update ---

    This is so annoying. I cant find the problem! Why doesnīt the intersecs work!?
    ...
  25. Replies
    21
    Views
    1,287

    Java problem. Thread wont stop(FIXED)

    Hello again guys!(I wrote another post yesterday)
    I have encountered another problem. It is probably another one of these things were i forget to put some code in and it doesnīt work. Well the...
Results 1 to 25 of 29
Page 1 of 2 1 2