Search:

Type: Posts; User: TheDDestroyer12

Search: Search took 0.07 seconds.

  1. I don't do either. I was too fast to post it....

    I don't do either. I was too fast to post it. Sorry. Ignore it.
  2. Re: Chroot - If a variable points to an object and you do something to the variable, does it affect the object?

    Yes, it does. For example when you create a new JFrame:


    public class JFrameExample {

    private static JFrame frame; //<-------- We declare the frame-variable,...
  3. Replies
    7
    Views
    1,043

    Re: Hey guys I can figure it out

    You can't access a variable that does not exist. You have to declare the variable output or change it to "" + Chill + "", as TheBeginning said above:



    If you are using an IDE (Integrated...
  4. Okay, thanks! I'll try it. ;)

    Okay, thanks! I'll try it. ;)
  5. I'm not very familiar with interfaces. Can you...

    I'm not very familiar with interfaces. Can you pleas explain a little bit more in detail how I can use them for this?
  6. Re: How do I call a variable from another method?

    Hello!
    You have to declare the variables to be avalible for the whole class. That means you have to declare them outside all functions and variables.
    Put all variables in the on top of the class,...
  7. Possible to check if classes contains a specific method and then run that method?

    Hello!
    I'm working on a simple 2D Game Framework. Currently it's creating a window, but I'm working on an update method.
    I constantly export the framework as a .jar file, and I've added it to the...
Results 1 to 7 of 7