File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes GUI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "GUI" Watch "GUI" New topic
Author

GUI

Rit Faisal
Greenhorn

Joined: May 16, 2001
Posts: 7
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
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
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.
 
 
subject: GUI
 
Threads others viewed
Layout Manager help please????????
JInternalFrame doesn't show anymore after closing
Decrese space between Jlabel and its container(as cell spacing in html)
replacing objects in diff sized monitors
java swing on solaris2.5
IntelliJ Java IDE