Search:

Type: Posts; User: CallMeCrazySam

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,350

    Re: JPanel "ActionListener"

    public class LargeMinesweeperPanel extends JPanel {

    private MinesweeperPanel panel;
    private JLabel mineCount;

    public LargeMinesweeperPanel(int numOfRows, int numOfCols, int minePercAsInt,...
  2. Replies
    3
    Views
    1,350

    JPanel "ActionListener"

    I'm recreating Minesweeper because why not? Anyway, I've run into a problem with how I have it coded when I wish to update my mine counter (the box traditionally on top of the screen).

    Anyway, I...
Results 1 to 2 of 2