FlowLayout issue
I have added 3 components(1 label, 1 textfield and 1 button) in a panel using a FlowLayout manager.
All these 3 components are now left alligned.
I want to keep the label and the textfield left alligned and I want to move the button to the right side of my panel.
How can I move the button to the right side? (keeping the FlowLayout manager)
10x

