Multiple Layout Managers in Java

Posted by ranzy on Stack Overflow See other posts from Stack Overflow or by ranzy
Published on 2010-03-31T16:31:46Z Indexed on 2010/03/31 16:33 UTC
Read the original article Hit count: 220

Filed under:
|
|

Is there way to use more than 1 layout manager in Java. Right now I'm using a gridLayout to implement a chess board but beneath it I would like to put some other stuff but not in a gridLayout. Maybe a FlowLayout or some other layout. How would I go about doing this? Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about layouts