hi im trying to create a frame with 3 buttons down the left hand side of the frame and a text area on the right hand side.
I have been trying to use the GridBagLayout but i cant seem to position anything no matter where i say to put the buttons or what size i want the buttons to be when i run the program all i get is 1 button showing and if i resize the frame the button resizes with it.
is the GridBagLayout able to do what i want and if so how do i go about positioning the buttons.
if not could you tell me what layout is best suited.
