public class SwingWorkerValues { public int row, column; public SwingWorkerValues(int row, int column){ this.row = row; this.column = column; } }