http://imagej.273.s1.nabble.com/Dynamic-array-in-ImageJ-Java-tp3689348p3689350.html
Thanks David.
> Tmajid,
>
> Java doesn't allow dynamic arrays other than being allocatable (i.e *new*'ed)
> with a variable. But once allocated , your stuck. You can use things like
> the Vector or ArrayList classes in java.util.
>
> David Webster
>
> On Wed, Feb 17, 2010 at 3:22 PM, Md Tamjidul Hoque <
[hidden email]
>
>> wrote:
>>
>
>
>> Hi
>>
>> I used to use dynamic array within VB and now I am looking for dynamic
>> array within ImageJ/Java - I could not find it, is it available to be used
>> in ImageJ?
>> As an alternate I am using LinkedList, but dynamic array would have been
>> easier for my application.
>>
>> Any suggestion or help is much appropriated.
>>
>> Thanks
>> Tamjid
>>
>>
>
>