How to Left align the Jbutton.
843806Apr 7 2008 — edited Apr 7 2008I have added a JButton inside a Jpanel. But the button was placed in center defaultly. I want to make the button to the left. I have tried with setHorizontalAlignment,setAlignmentX,, but nothing makes any change. How this is possible?
Thanks