I'm in the beginnings of making a Minesweeper game for a final class project, but before I begin on making the GUI that is required for it, I would like some advice on what buttons to use.
Should I be using an AWT or Swing button? And which would benefit the program more?
I'm using Netbeans if that makes a difference.