Search:

Type: Posts; User: HappySad-

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,894

    Re: Better ideas for handling objects?

    Added the depth buffer to my drawing methods, worked like a charm! Cheers, no need for custom sorting methods now :D
  2. Replies
    9
    Views
    1,244

    [SOLVED] Re: SWING:- GUI And Image Problems.

    Yes, yes you are right. .-. I thought he used something else.. ignore that
  3. Replies
    5
    Views
    1,894

    Re: Better ideas for handling objects?

    I would need to sort it due to this happening if it wast...

    Unsorted:
    http://i.imgur.com/qTkqiD7.png?1

    Sorted:
    http://i.imgur.com/mWuyOQB.png?1

    Anyways thanks for throwing few ideas in.. I...
  4. Replies
    9
    Views
    1,244

    [SOLVED] Re: SWING:- GUI And Image Problems.

    Try adding this at the end of your rendering code? Or at the end of the class file...



    JFrame.validate()
    //or
    frame.validate()


    I dont know if this will help, but I used to get the...
  5. Replies
    5
    Views
    1,894

    Better ideas for handling objects?

    I am making a 2D top down view game in Java. And right now I have the bones set up which work.

    One question though, I have set up a class to handle all of the rendering.
    I want to know if there...
  6. Re: how to calculate the result of a student and shows if pass and failed

    (Student result / out of how many marks) * 100 : This will give you the percentage of what the student got.
    If percentage is above certain limit { pass } else { fail }.

    Controller for entities...
Results 1 to 6 of 6