Search:

Type: Posts; User: buttcrackbil

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,033

    Re: Calling jar from different directory

    I'm still new to Java, and I'm not sure how to do that.
  2. Replies
    3
    Views
    1,033

    Calling jar from different directory

    I wanted to know if it was at all possible to have a jar (coded by me) in some directory use another jar (also coded by me) that is in a different directory.

    Example:

    Main jar path = C:/My...
  3. [SOLVED] Same buttons getting added to several panels

    I am trying to add buttons to a panel that is a panel array. For some reason, each panel seems to hav the same buttons added to them. I thought using the iteration variable would keep the same 36...
  4. Replies
    6
    Views
    1,335

    Re: Java Program Help

    *facepalm* Something as simple as initializing the points in an array stopped me. Thank you.
  5. Replies
    6
    Views
    1,335

    Re: Java Program Help

    I am adding a panel from an array of panels to a frame and says null pointer exception.

    frame.add(panel[0]);

    and at this line it says null pointer exception. I even checked to see if the panel...
  6. Replies
    6
    Views
    1,335

    Java Program Help

    I am a novice Java coder. And I am having trouble finding the problem when I start up the program and click the "list files" button, and there are more than 37 files or more to load. It crashes and...
Results 1 to 6 of 6