
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
On Aug 16, 7:56 am, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> I have posted the code for a mockup (actually about 80% there) for a
> replacement for Sun's JColorChooser. All the widgets generate
[quoted text clipped - 14 lines]
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com
Swing JColorChooser.setPreviewPanel() method has a serious bug making
it almost unusable. How about your JColourChooser?
Roedy Green - 19 Aug 2007 10:19 GMT
>Swing JColorChooser.setPreviewPanel() method has a serious bug making
>it almost unusable. How about your JColourChooser?
Mine is just a prototype. It just does the visuals. I have not
designed the programmer interface yet. The advantage is I put fixing
bugs at top priority.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Christian Kaufhold - 26 Aug 2007 12:23 GMT
> Swing JColorChooser.setPreviewPanel() method has a serious bug making
> it almost unusable. How about your JColourChooser?
One of these, or another one?
* The width and height must not be 0 at setting time.
* The Insets must not be 0.
Christian