Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2257 > unrolled thread
| Started by | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:38 +0000 |
| Last post | 2011-04-27 15:38 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.java.gui
JColourChooser "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: JColourChooser "hiwa" <hiwa@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: JColourChooser "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: JColourChooser "usenet" <usenet@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:38 +0000 |
| Subject | JColourChooser |
| Message-ID | <7t07c3l5u7k3b4ij51slm36pm9v6e7lahn@4ax.com> |
To: comp.lang.java.gui I have posted the code for a mockup (actually about 80% there) for a replacement for Sun's JColorChooser. All the widgets generate propagating events. I originally intended this merely as a student project, but I ended up writing a lot more code that I originally planned to describe the behaviours I wanted. It is rather fun to play with since all the controls are interconnected to stay in sync. see http://mindprod.com/project/jcolourchooser.html I will probably complete it myself in a few weeks after I get some higher priority work out the way. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "hiwa" <hiwa@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:38 +0000 |
| Message-ID | <1187501584.166571.73460@j4g2000prf.googlegroups.com> |
| In reply to | #2257 |
To: comp.lang.java.gui 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 > propagating events. > > I originally intended this merely as a student project, but I ended up > writing a lot more code that I originally planned to describe the > behaviours I wanted. > > It is rather fun to play with since all the controls are > interconnected to stay in sync. > > seehttp://mindprod.com/project/jcolourchooser.html > > I will probably complete it myself in a few weeks after I get some > higher priority work out the way. > -- > 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? --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:38 +0000 |
| Message-ID | <hp2gc3t61s078kn6c1dmfl0dlp209nqnlj@4ax.com> |
| In reply to | #2279 |
To: comp.lang.java.gui >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. -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "usenet" <usenet@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:38 +0000 |
| Message-ID | <0T4buckmI25j@uni.chka.de> |
| In reply to | #2279 |
To: comp.lang.java.gui hiwa <cardinal_ring@yahoo.co.jp> wrote: > 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 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web