Hi....i want to place buttons in my gui manually.....means left right,top,bottom..where i want..........thnx in advance!!:)
Placing bUttons manually
Started by hassan1, Apr 02 2010 06:29 AM
2 replies to this topic
#1
Posted 02 April 2010 - 06:29 AM
|
|
|
#2
Posted 03 April 2010 - 12:36 AM
To do so I believe you would have to set the window or frame or panel layout to null. That should allow you to place the buttons anyplace on the component you want. The method to set the layout is (someWindowObject).setLayout(null)
twas brillig
#3
Posted 15 June 2010 - 08:49 PM
You would also have to use the setBounds property for the components to be placed where you want them in the parent component.


Sign In
Create Account

Back to top









