Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18312
| 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 | How to make a modal window |
| Date | Fri, 24 Aug 2012 14:19:50 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 11 |
| Message-ID | <5472d74e-8c76-4956-b139-a70fb4caf3ab@googlegroups.com> (permalink) |
| NNTP-Posting-Host | 198.151.13.60 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1345843191 12010 127.0.0.1 (24 Aug 2012 21:19:51 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Fri, 24 Aug 2012 21:19:51 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=198.151.13.60; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT |
| User-Agent | G2/1.0 |
| Xref | csiph.com comp.lang.java.programmer:18312 |
Show key headers only | View raw
I have a LARGE project that creates a JFrame inside another one. How do I make the second one that comes up a modal window. I.E.: You I don't want to do anything without first doing what the second JFrames requests you to do (click button). I created this project using NetBeans and right clicking on the project and creating two new JFrame forms. I put a button on both JFrames. In Design View, I see the two frames. When I run the project, the first creates the second JFrame. A little code would also be nice to see. Thank you,
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
How to make a modal window clusardi2k@aol.com - 2012-08-24 14:19 -0700 Re: How to make a modal window Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-24 17:37 -0400 Re: How to make a modal window Roedy Green <see_website@mindprod.com.invalid> - 2012-08-24 15:43 -0700
csiph-web