Home » Category » Java in Newer

Java in Newer: XYLayout type class needed

300| Wed, 19 Sep 2007 18:04:00 GMT| ntasker1| Comments (1)

I am looking for a class which will allow me to position shapes such as a square, circle and line in a panel and allow me to move them around and delete them.

The XYLayout manager from Borland does this but it is proprietary to Borland as far as I can tell. I am looking for an open source version of this which I can use.

Any suggestions?

Keywords & Tags: xylayout, type, class, needed, java

URL: http://java.itags.org/java-newer/109507/
 
«« Prev - Next »» 1 helpful answers below.
If you set the LayoutManager to null for the panel then calling setSize and setLocation on the components will allow you to programmtically fix them wherever you want.Hope this helps.

kpseal | Fri, 06 Jul 2007 14:17:00 GMT |

Java in Newer Hot Answers

Java in Newer New questions

Java in Newer Related Categories