layout, similar to borderlayout
Hi guys.
i have search but i cant seem to find on. i would like to make a layout similar to BorderLayout.
but with instead of resizing the components it just move them around.
it is mainly for positioning componts on the screen. Alot of times i want to add a components to the BottemLeft hand side of the screen and want it aligned there permentaly.
there should be8 places to add components
12 3
45 6
78 9
and if you add componnet to the screen with the giving number, it should align the item there.
Does any one have some code like this? or know of a layoutManager that does it?
I could use 3 panels and borderLayout on each, but BorderLayout RESIZES compoments and i want something that doesnt
if not... the o well,

