Search:

Type: Posts; User: Flamespewer

Search: Search took 2.62 seconds.

  1. Replies
    2
    Views
    3,718

    Re: accessing elements in a 2d ArrayList

    thats what i thought but it seemed right, ill check again
  2. Replies
    2
    Views
    3,718

    accessing elements in a 2d ArrayList

    well, im almost done with my map editor except for one pretty big thing... i am having problems with drawing on the 2d ArrayList.

    i start out by declaring and instantiating the 2d arraylist.

    ...
  3. Replies
    2
    Views
    3,858

    dynamically resizing 2d array

    i am in need of an efficient way to resize a 2d array. the 2d array must be able to increase and decrease in size very frequently.

    currently i am doing it the least efficient way possible.

    ...
  4. Re: Components that interact with eachother

    thank you that solved my problem perfectly
  5. Components that interact with eachother

    i've been programming a level editor for the past few days, and have come across something that doesn't seem right to me. i have a JFrame on which i instantiate two JPanels. One as a statusbar, which...
  6. Re: Cummulative Sum prob.. need some help!

    the first problem with your code is you did not declare the variable prod, this would give you an error while compiling.you are also telling the computer to print out "prod = prod * a" as a string so...
Results 1 to 6 of 6