From ef2420f8d7a1242118f30834a219a78858866739 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 23 Mar 2006 17:34:54 +0000 Subject: [PATCH] small bits of doc for the picker --- app/tools/ColorPicker.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/tools/ColorPicker.java b/app/tools/ColorPicker.java index f579d280c..424c86c22 100644 --- a/app/tools/ColorPicker.java +++ b/app/tools/ColorPicker.java @@ -33,6 +33,20 @@ import javax.swing.event.*; import javax.swing.text.*; +/** + * Color picker tool for the Tools menu. + *

+ * Using the keyboard shortcuts, you can copy/paste the values for the + * colors and paste them into your program. We didn't do any sort of + * auto-insert of colorMode() or fill() or stroke() code cuz we couldn't + * decide on a good way to do this.. your contributions welcome). + *

+ * There is currently a bug that causes the drawing area to show up + * slightly large on Windows and Linux. This is an annoyance but less + * important than me fixing some other stuff. If someone were to track + * down what's going wrong, I'd be super grateful. + * (Bug 310) + */ public class ColorPicker implements DocumentListener { Editor editor;