Search:

Type: Posts; User: Tea.EarlGrey.Hot.

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,000

    Re: Programming a game engine?

    What I got was either how to program a game or game engines themselves. I was thinking about downloading the source code of one and attempting to dissect it, but I don't know how successful that...
  2. Replies
    4
    Views
    1,000

    Programming a game engine?

    Does anyone know how to go about programming a game engine? I can program it in Java or C++ or even learn another language, but I would like to know how you go about programming an ENGINE only, not...
  3. Re: Need help on how to tackle this Java Project.

    so sorry aout that I was editing my question when you replied XD
  4. Re: Need help on how to tackle this Java Project.

    haha actually I got confused there... but he does have on e where the price is higher for a bigger payment. anyways...

    does creating functions such as "y = 600x + [rupies owned]" (algebra) help?...
  5. Replies
    8
    Views
    1,388

    Re: Jva 8 lambdas!

    Haha, that's a good point :o
    I guess we will see if it causes trouble soon enough.
  6. Replies
    8
    Views
    1,388

    Re: Jva 8 lambdas!

    Lol it's just because it's a lot more efficient :3 ofc u should understand both ways. But I haven't started with Java 8 yet
  7. Replies
    8
    Views
    1,388

    Jva 8 lambdas!

    Is anyone else excited about this? I am so excited! I learned the same type of thing in a scripting language that is very similar to Java in a video game, so I'm good to go :)
    What else about Java 8...
  8. Replies
    1
    Views
    1,038

    Re: Java Gaming Talk

    I would really love to learn concepts about game development in Java! I have modified a few games and I absolutely love it!
  9. Re: How to make a COMPLETELY UNIQUE Java GUI?

    Thank you! Can you help point me in a good direction? I know some basic Swing, but I have been looking all over the internet for help for days and only found how to make plain Windows looking GUIs! I...
  10. How to make a COMPLETELY UNIQUE Java GUI?

    Would JavaFX be what to use for this? If not what would? I want a completely unique GUI with unique buttons, like I could make it a giraffe if I wanted to! (not going to, but a giraffe seemed like a...
  11. Replies
    1
    Views
    925

    How to patch a program

    Hellllloooo~ :3

    Lets say I have a program that is not in any way connected to the Internet. I post it for for downloading, but I know that I will need to update it fairly often. I don't want...
  12. Replies
    25
    Views
    2,275

    Re: learn java

    After a quick google, I found that it is very possible for video chat and that many people have done this. Eether Java is really the best language... probably not, but i cant say. Try looking there...
  13. Replies
    16
    Views
    908

    Re: How to Add all the Button Values

    I might be missing something here, but what value does "a" have?

    --- Update ---

    Oh nvm, I just saw it *facepalm*

    The way you have it, it doesn't look like you can add it

    Unless... Con...
  14. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    That will be an extremely long list of stuff in the constructor... So I think I will stick with the other way.
    Thank you very much!
  15. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    Hmm sorry for all the confusion. Is there a way to make it show you the errors when you haven't asked for output? Is it better to just make them subclasses of FedCruiser like I did originally and...
  16. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    There is no error in the compiler because I have not yet given it any output commands.
    "Anonymous class attempt"? Sorry
    I am only trying to set the variables I declared in Ships more specifically...
  17. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    I did put the full message of the error...

    "Illegal start of type
    Cannot find symbol: class shipName
    <identifier> expected"

    The IDE points this out to me before I even run

    shipName was a...
  18. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    I see it in the code box that looks like an IDE , now if that's what you mean.

    You might have checked before I edited, I accidentally spelle highlight wrong in the first one
  19. [SOLVED] Re: Object does not recognize variables but it's class does? (Feel like a noob :( )

    P.S. My wifi is down so I have been on my phone...

    import stocharactertracker.ships.Ships; //all of the variables are declared and set default in Ships

    public class FedCruiser extends Ships {
    ...
  20. Re: how to start a java first time ?

    Well I'm pretty sure this isn't where this goes or a great question, but whatever.

    This was the best resource for me in learning. This guy is great!

    Cafe au Lait Java News and Resources

    Go...
  21. [SOLVED] Object does not recognize variables but it's class does? (Feel like a noob :( )

    My first legit program :3 a pretty big and complicated one! Sigh... However I'm already having problems. Let me give you some background. For now I am simply logging a bunch of ships and their stats....
Results 1 to 21 of 21