From 324aa6d4b9dad0f993fd3ff2d766c7a2f4397793 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 5 Jun 2015 15:16:22 +0200 Subject: Option for multiple (4) or single swingworker(s) --- Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java') diff --git a/Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java b/Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java index 9322be9..81a4204 100644 --- a/Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java +++ b/Week15 Mandelbrot/src/com/camilstaps/mandelbrot/MandelbrotWindow.java @@ -45,7 +45,7 @@ public class MandelbrotWindow extends JFrame { setVisible(true); Grid grid = new Grid(fm); - Textfields textfields = new Textfields(fm); + Textfields textfields = new Textfields(fm, grid); add(grid, BorderLayout.CENTER); add(grid.getProgressView(), BorderLayout.SOUTH); -- cgit v1.2.3