I have created a simple program that has 1 JLabel that says Would you like to continue and 2 JButtons one that says yes and one that says no.
I'm using GridBaGLayout to organize the JPanel / JFrame. My program compiles and runs just fine but GridBagLayout Centers all my components in the center of the JFrame. Since I'm new to swing can someone show me how its may be possible to align all my components to the top left of the JFrame?