Hi, I am trying to do the GUI part of the assignment and I am new to JFC/SWING. I am finding it kind of hard to manage the layout with a layout manager. Do you think it will be OK if I dont use any layout manager? Just use absolute positioning. I am curious to know what most people have done. Thanks for your replay. Rit Faisal
Greg Mehlhose
Greenhorn
Joined: Jun 05, 2001
Posts: 16
posted
0
In my opinion, absolute positiong is tedious. I prefer the Layout managers. As soon as you get used to the layout managers you can really start producing GUI's much faster. I would start with this link to help you with layout managers and Swing. http://java.sun.com/docs/books/tutorial/uiswing/index.html
Life is short, play hard.
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
One of the requirements, it to use standard solutions and use the APIs available. I think that not using a LayoutManager would cost you alot of points.