Hi, my name is Hobbs and I'm obviously new to these forums. Im a beginner Java student who right now is in a bit of trouble. For my final project I am suppose to make a connect four game complete with GUI. Unfortunately we were not taught GUI in the class and the only chapter in the book tells us how to make a window with buttons. I think the rest of my code is good but I have no idea how to make the game board to show pieces and have it work with my array and such. Any help is appreciated.
Link to Code
import java.awt.*; import java.awt.event.*; import javax.swing.*; import java - Pastebin.com