Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) Date: Mon, 06 Aug 2012 09:30:32 -0700 Organization: A noiseless patient Spider Lines: 12 Message-ID: References: <0456a851-4fa4-4a8e-9a98-86d6e99b5aab@googlegroups.com> <4bc0bc90-c6b8-49fb-98b5-a5c5925be3f9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 6 Aug 2012 16:30:35 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="26884"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/dvuzm2Srd9KP3LgRTrqbeTp2ky7Ja5HY=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <4bc0bc90-c6b8-49fb-98b5-a5c5925be3f9@googlegroups.com> Cancel-Lock: sha1:TWBFA/Vdd6T+2VGaUmf/EfCM3Vw= Xref: csiph.com comp.lang.java.programmer:17246 On 8/6/2012 8:54 AM, clusardi2k@aol.com wrote: > Is there another way besides using JLayer. Is JLayer the best way. I think it might be the only way, short of doing it yourself like that Swing Hacks books shows you. "Best" is a hard thing to determine without careful analysis. But JLayer is certainly the way I would start, even if I decided later I had to change. Can't go too badly wrong re-using code someone else already wrote.