Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18332
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: How Can I Get One JFrame To Appear Above Another JFrame |
| Date | 2012-08-27 08:01 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <k1g24c$7kc$1@dont-email.me> (permalink) |
| References | <47481421-4597-4ac7-9d77-9ac9e197993d@googlegroups.com> |
On 8/27/2012 7:47 AM, clusardi2k@aol.com wrote: > Besides using JDialog and their creation order, is there a way that I > can get one JFrame to come up and be above another JFrame. A quick search on Google indicates that requestFocusInWindow() might be promising. <http://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How Can I Get One JFrame To Appear Above Another JFrame clusardi2k@aol.com - 2012-08-27 07:47 -0700 Re: How Can I Get One JFrame To Appear Above Another JFrame markspace <-@.> - 2012-08-27 08:01 -0700 Re: How Can I Get One JFrame To Appear Above Another JFrame FredK <fred.l.kleinschmidt@gmail.com> - 2012-08-27 08:00 -0700
csiph-web