You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Mike Kienenberger <mk...@gmail.com> on 2006/04/18 23:34:22 UTC

selectAll/deselectAll button on generate tables patch

http://issues.apache.org/cayenne/browse/CAY-502

Here's a first-pass at trying to implement a selectAll/deselectAll
button, borrowed from the Generate Code panel.

Unfortunately, I'm being defeated by Swing.   I can't seem to get the
actual panel containing the checkbox and label to show up.

Anyone see what I'm doing wrong in the attached patch file?  Seemed
pretty straight-forward, but I'm obviously missing something.

Re: selectAll/deselectAll button on generate tables patch

Posted by Andrus Adamchik <an...@objectstyle.org>.
Looking at your other comments seems like everything is ok now. I  
just tested the latest code from CVS and it works just fine.

Isn't Swing fun ;-) I became much more fluent with it over the years,  
but somehow still not very productive.

Andrus


On Apr 19, 2006, at 1:34 AM, Mike Kienenberger wrote:
> http://issues.apache.org/cayenne/browse/CAY-502
>
> Here's a first-pass at trying to implement a selectAll/deselectAll
> button, borrowed from the Generate Code panel.
>
> Unfortunately, I'm being defeated by Swing.   I can't seem to get the
> actual panel containing the checkbox and label to show up.
>
> Anyone see what I'm doing wrong in the attached patch file?  Seemed
> pretty straight-forward, but I'm obviously missing something.
>