Thread: simple GUI
View Single Post
  #2 (permalink)  
Old 01-07-2008, 04:54 PM
tim's Avatar
tim tim is offline
Senior Member
 
Join Date: Dec 2007
Location: South Africa
Posts: 334
tim is on a distinguished road
Gui
Hello dim_ath.

The simplest layout manager to use is FlowLayout. Also, it's up to you if you want to use a JPanel. In this simple GUI it might not be necessary, but then you must remember to assign the flow layout manager to the JFrame.
Do you want an example JFrame?
__________________
If your ship has not come in yet then build a lighthouse.
Reply With Quote