Using LayoutManagers
I am having trouble laying out an applet. I am trying to get two buttons to sit next to each other in the bottom-right of an applet at the same size as each other. I have tried GridBagLayout, BoxLayout, GridLayout and am now experimenting with JPanels but I'm not getting very far at all.
If someone could recommend a method for doing this I will be able to figure it out (I hope!), I just need to know what the steps to do this should be.
Thanks

