Aug 28, 2006 #1 BicMac080 Technical User Apr 22, 2005 16 BE Hello, I would like to know if it is possible to do easily a modal window with java ? Could somebody provide me an example ? Thanks
Hello, I would like to know if it is possible to do easily a modal window with java ? Could somebody provide me an example ? Thanks
Aug 28, 2006 #2 timw Programmer May 3, 2000 1,264 GB Use a JDialog. It is easily made modal by passing the owning frame and a boolean true as constructor arguments. Tim Upvote 0 Downvote
Use a JDialog. It is easily made modal by passing the owning frame and a boolean true as constructor arguments. Tim