Search:

Type: Posts; User: BlueEyesWhiteDragon

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,050

    Image input = null?

    I get the following error when I try to run my jar file from a Batch file and CMD manually (The batch file is just set to run the jar and record any output to a text file, and open it after).

    ...
  2. Replies
    9
    Views
    1,250

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

    If you're interested in trying to fix this, well here's the zip file: Zippyshare.com

    Thanks if you do fix this, I am quite confused by this; it seems to escape my logic.
  3. Replies
    9
    Views
    1,250

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

    Sorry about the lack of information, the thread has been updated now. Thanks again.



    No, my Card Class has the int: cardwidth set, and the int: cardheight set also.
  4. Replies
    9
    Views
    1,250

    [SOLVED] SWING:- GUI And Image Problems.

    So I'm using NetBeans 8.0 IDE, and I've compiled my main class (YuGiOh Game I'm working on):-


    /*
    * Copyright (c) 2014 Jack Andrew Loudon, All Rights Reserved.
    * Author: Jack Andrew Loudon,...
  5. Replies
    8
    Views
    1,198

    Re: LOOPS

    You can format Java Code this way.
  6. [SOLVED] Re: Array Out Of Index Exception, Not Sure Why It's Occurring.

    Sorted it now by declaring an int with a for loop further up; thanks.
  7. [SOLVED] Re: Array Out Of Index Exception, Not Sure Why It's Occurring.

    How would I go about fixing this?
  8. [SOLVED] Array Out Of Index Exception, Not Sure Why It's Occurring.

    My code (below) occasionally decides to return this error:

    Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    at...
  9. [SOLVED] Re: Should I Keep These In Individual Classes?

    Thanks for the advice; I was keeping it old school leaving the GX and onwards cards out of it just now! But thanks.
  10. [SOLVED] Re: Should I Keep These In Individual Classes?

    Ahah, sorry about that, thanks. n_n
  11. [SOLVED] Should I Keep These In Individual Classes?

    So I am writing a YuGiOh game (personal reasons; may release to the public though) in Java (obviously, why I am here) and I came to a conundrum: should I put the following code into different...
Results 1 to 11 of 11