How to create layout for tower made of blocks

Posted by sasquatch90 on Stack Overflow See other posts from Stack Overflow or by sasquatch90
Published on 2010-05-20T23:26:00Z Indexed on 2010/05/20 23:30 UTC
Read the original article Hit count: 212

Filed under:
|
|

I have a tower built from blocks like this :

alt text

Whole Tower is an array of Towers. Each Tower contains Box[] array containing single Box'es.What layout should I use for this and can you give me any tips on how to create it ?

Would it be easier if I would create Grid[][] containing Box'es? But I guess I can't store Box object inside Grid array. I'm just totally confused :/

© Stack Overflow or respective owner

Related posts about java

Related posts about layout