From 57f0c23688b12da94f74924a5a19422d6472bed6 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 2 Dec 2013 19:39:52 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA=D1=82=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=81=20=D0=BA=D0=BB=D0=B0=D0=B2=D0=B8=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=80=D1=8B=20=D0=B8=20=D0=BC=D1=8B=D1=88=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tse/lr5/FileIconsWindow.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tse/lr5/FileIconsWindow.java b/src/tse/lr5/FileIconsWindow.java index f326720..80adb2b 100644 --- a/src/tse/lr5/FileIconsWindow.java +++ b/src/tse/lr5/FileIconsWindow.java @@ -27,6 +27,11 @@ public class FileIconsWindow extends JFrame { public void execute() { setVisible(true); + // Добавляем элемент которым будем управлять. + FileIconPaintable controllable = new FileIconPaintable(1.8, new Color(0x0E7405), true); + controllable.setLocation(10, HEIGHT - 80); + panel.addPaintable(controllable); + Random rnd = new Random(); final int size = 8; for (int i = 0; i < size; i++) {