How to design Custom Layout Managers

Love........How can I design my own Layout Managers.some tips.if anybody can provide me few lines of sample code.
[148 byte] By [shahidjava] at [2007-9-26 2:13:20]
# 1
I think you have all the example code you'll need in the src.jar file. FlowLayout and GridLayout are worth looking at.
jsalonen at 2007-6-29 9:07:47 > top of Java-index,Desktop,Core GUI APIs...
# 2

Some links to start with:

http://java.sun.com/docs/books/tutorial/uiswing/layout/custom.html

http://www.ncst.ernet.in/~javainfo/lectures/awt/layoutman.html

Check out to see if someone else have already written it before:

http://www.softbear.com/people/larry/javalm.htm

Kurta

h230561 at 2007-6-29 9:07:47 > top of Java-index,Desktop,Core GUI APIs...