Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17040
| Path | csiph.com!usenet.pasdenom.info!news.albasani.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 | Fri, 03 Aug 2012 11:37:48 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 23 |
| Message-ID | <jvh5pv$m92$1@dont-email.me> (permalink) |
| References | <0456a851-4fa4-4a8e-9a98-86d6e99b5aab@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Fri, 3 Aug 2012 18:37:51 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="22818"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+4wcRacC3P9bCad/ABsI4/EMU7qc/W43w=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| In-Reply-To | <0456a851-4fa4-4a8e-9a98-86d6e99b5aab@googlegroups.com> |
| Cancel-Lock | sha1:jrjX2P4UAaGWFj1VC7GzrFtkYGk= |
| Xref | csiph.com comp.lang.java.programmer:17040 |
Show key headers only | View raw
On 8/3/2012 10:37 AM, clusardi2k@aol.com wrote: > Does anybody have a project that will give me a Light Box effect to a > project. > > A Light Box Effect produces two windows. One window will be active, > but the one below it will be inactive and grayed out. > > Here's an image of what I want to achieve. > > http://stackoverflow.com/questions/6605964/lightbox-effect-in-swing There's a class JLayer which provides the basics. You'll have to provide a fair amount of code though; I'm not aware of any class that provides a lightbox feature. 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. <http://docs.oracle.com/javase/tutorial/uiswing/misc/jlayer.html>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) clusardi2k@aol.com - 2012-08-03 10:37 -0700
Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) markspace <-@.> - 2012-08-03 11:37 -0700
Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) clusardi2k@aol.com - 2012-08-06 08:54 -0700
Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) markspace <-@.> - 2012-08-06 09:30 -0700
Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) clusardi2k@aol.com - 2012-08-17 05:30 -0700
Re: Light Box Effect (2 Windows, 1 Smaller And Active Above Inactive Grayed-Out Window) clusardi2k@aol.com - 2012-08-17 05:47 -0700
csiph-web