nickyfraggle
02-18-2008, 04:06 PM
Hello,
I have a panel using FlowLayout...
I want to align the components of this panel to the left...
At the moment I have:
p1.setComponentOrientation(ComponentOrientation.LEFT_TO_RIGHT);
but it isn't doing anything...
How do I align the components of a panel using FlowLayout to the left?
Thanks,
Nicola
I have a panel using FlowLayout...
I want to align the components of this panel to the left...
At the moment I have:
p1.setComponentOrientation(ComponentOrientation.LEFT_TO_RIGHT);
but it isn't doing anything...
How do I align the components of a panel using FlowLayout to the left?
Thanks,
Nicola