Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > many JFrames and JDialog modal only for one of them

Reply
Thread Tools

many JFrames and JDialog modal only for one of them

 
 
Lukasz Indyk
Guest
Posts: n/a
 
      01-22-2004
I have a swing application that has many frames and dialogs. Is it
possible to make a dialog modal for some frames and non-modal for the
others frames? (the frames are displayed at the same time).

 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      01-22-2004
"Lukasz Indyk" <> wrote in message
news:bupdbe$run$...
| I have a swing application that has many frames and dialogs. Is it
| possible to make a dialog modal for some frames and non-modal for the
| others frames? (the frames are displayed at the same time).

Please do _not_ multi-post Lukasz.. :-/

You have already got a very helpful
reply from one of the regulars at your
original question on c.l.j.help.

Post a question to _one_ group and
be _patient_!

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site


 
Reply With Quote
 
 
 
 
Lukasz Indyk
Guest
Posts: n/a
 
      01-22-2004
Andrew Thompson wrote:
> "Lukasz Indyk" <> wrote in message
> news:bupdbe$run$...
> | I have a swing application that has many frames and dialogs. Is it
> | possible to make a dialog modal for some frames and non-modal for the
> | others frames? (the frames are displayed at the same time).
>
> Please do _not_ multi-post Lukasz.. :-/
>
> You have already got a very helpful
> reply from one of the regulars at your
> original question on c.l.j.help.
>
> Post a question to _one_ group and
> be _patient_!
>
> --
> Andrew Thompson
> * http://www.PhySci.org/ PhySci software suite
> * http://www.1point1C.org/ 1.1C - Superluminal!
> * http://www.AThompson.info/andrew/ personal site
>
>

sorry for multiposting. but the reply from c.l.j.gui (not c.l.j.help) is
useless, not "very helpful".

 
Reply With Quote
 
Andrew Thompson
Guest
Posts: n/a
 
      01-22-2004
"Lukasz Indyk" <> wrote in message
news:bupn2o$fp0$...
| Andrew Thompson wrote:

| sorry for multiposting. but the reply from c.l.j.gui (not c.l.j.help) is
| useless, not "very helpful".

See the one by Steve Jackson, I
may not have made that clear.

[ Checks, no I did not. Sorry. ]

Since then I have added a response
myself, please have a look over
it, and especially Steve's, because
I will not be helping you on this group.

Until you get a better grasp of usenet,
please confine your discussions to a
group like c.l.j.help.

People are more forgiving there..

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site


 
Reply With Quote
 
Andrew Thompson
Guest
Posts: n/a
 
      01-22-2004
"Andrew Thompson" <> wrote in message
news:VmZPb.24028$...
| "Lukasz Indyk" <> wrote in message
| news:bupn2o$fp0$...
| | Andrew Thompson wrote:
|
| | sorry for multiposting. but the reply from c.l.j.gui (not c.l.j.help)
is
| | useless, not "very helpful".

Oops! I got that group wrong twice
(I read all three). I was fooled into thinking
I saw it on c.l.j.help 'coz perhaps that is
where you should be posting at the moment.

Multi-posting is a sign of someone that is either
a) very new to usenet, or..
b) wants to make a lot of enemies in a short time.

Do a google on the term if you do not
understand the significance, please.

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site


 
Reply With Quote
 
Lukasz Indyk
Guest
Posts: n/a
 
      01-23-2004
Andrew Thompson wrote:
> "Andrew Thompson" <> wrote in message
> news:VmZPb.24028$...
> | "Lukasz Indyk" <> wrote in message
> | news:bupn2o$fp0$...
> | | Andrew Thompson wrote:
> |
> | | sorry for multiposting. but the reply from c.l.j.gui (not c.l.j.help)
> is
> | | useless, not "very helpful".
>
> Oops! I got that group wrong twice
> (I read all three). I was fooled into thinking
> I saw it on c.l.j.help 'coz perhaps that is
> where you should be posting at the moment.
>
> Multi-posting is a sign of someone that is either
> a) very new to usenet, or..
> b) wants to make a lot of enemies in a short time.
>
> Do a google on the term if you do not
> understand the significance, please.
>
> --
> Andrew Thompson
> * http://www.PhySci.org/ PhySci software suite
> * http://www.1point1C.org/ 1.1C - Superluminal!
> * http://www.AThompson.info/andrew/ personal site
>
>

ok, i don't want to make enemies but to get help. so i will never
multipost again. sory for that once again.

 
Reply With Quote
 
Andrew Thompson
Guest
Posts: n/a
 
      01-23-2004
"Lukasz Indyk" <> wrote in message
news:bupor7$22g$...
| Andrew Thompson wrote:
...
| ok, i don't want to make enemies but to get help.

That's the aim.

|...so i will never
| multipost again. sory for that once again.

I completely forgive you.
Chalk it up to lack of experience.

[ And I certainly make mistakes
myself! ]

--
Andrew Thompson
* http://www.PhySci.org/ PhySci software suite
* http://www.1point1C.org/ 1.1C - Superluminal!
* http://www.AThompson.info/andrew/ personal site


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with JDialog modal problem jadkenth Java 0 02-15-2008 07:12 AM
Newbegi - JDialog (non modal) always on top sent1729@yahoo.com Java 8 03-02-2006 04:05 PM
Modal and non modal in same app Leila Java 0 04-26-2005 09:48 PM
Two JFrames, one dialog Lynx Java 2 11-08-2004 05:58 PM
post the form data in modal window and close the modal window. Matt HTML 1 06-01-2004 08:22 PM



Advertisments