Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: clusardi2k@aol.com Newsgroups: comp.lang.java.programmer Subject: Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Date: Sat, 4 Aug 2012 01:16:42 -0700 (PDT) Organization: http://groups.google.com Lines: 29 Message-ID: <09d5e869-e586-4639-b71f-23410b2a24f0@googlegroups.com> References: <501C156A.56055.calajapr@time.synchro.net> <501C20B2.56058.calajapr@time.synchro.net> <5b2fa969-49c8-4ddb-866d-d5088c19ec72@googlegroups.com> NNTP-Posting-Host: 173.71.154.51 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1344068545 30673 127.0.0.1 (4 Aug 2012 08:22:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Aug 2012 08:22:25 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.71.154.51; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:17111 On Friday, August 3, 2012 4:31:06 PM UTC-4, markspace wrote: >>> Wrote:There's also a book call Swing Hacks which has >>> some interesting ideas, including an animated window >>> similar to what you are asking for. Still not exactly >>> a lightbox however. For a cost of $4.24, I'll definiately have the following book in about a week: Swing Hacks: Tips and Tools for Killer GUIs(1st Edition) by Joshua Marinacci, Chris Adamson Paperback, 546 Pages, Published 2005 by O'reilly Media ISBN-13: 978-0-596-00907-6, ISBN: 0-596-00907-0 Funny, how something so rich in ideas can be so inexpensive. So thanks for another shelf book, but I won't keep my fingers crossed on me building the best of the best in this case. And, I don't think I'll ever be able to develop the animation totally on my own! My implementation would amount to being too slow, etc, etc, etc. Anyway, what's wrong with just disabling a large window below a smaller enabled window? (I'll probably try to just live with that.) Does anyone have a project which hints of a light box effect. The code doesn't have to be a full blown light box effect. Thanks,