GridBagLayout gridwidth=2 not working for second JButton
I’m trying to get second cell width to be 2 but some weird reason GridBagLayout is making first cell width to be 2 instead of second cell. How do I fix this?
Here’s my code:
I’m trying to get second cell width to be 2 but some weird reason GridBagLayout is making first cell width to be 2 instead of second cell. How do I fix this?
Here’s my code: