| Author |
disable previous JFrame upon new JFrame popup
|
Satish Kamarthi
Greenhorn
Joined: Nov 15, 2002
Posts: 1
|
|
Hey, i have a situation , when I double click the row in JTable, i am getting the data in that particular row and pop up an new frame with the new JTable from a different table from database. How do I disable the previous frame until the popup frame is closed. Any help is greatly appreciated, Thanks for any help in advance ?
|
 |
Serghei Jelauc
Ranch Hand
Joined: Jul 24, 2002
Posts: 128
|
|
|
Try to use JDialog component with modal option - true.
|
SCJP 1.4 <br />SCBCD 1.3<br />SCWCD 1.4
|
 |
 |
|
|
subject: disable previous JFrame upon new JFrame popup
|
|
|