Aug 28, 2006 #1 BicMac080 Technical User Joined Apr 22, 2005 Messages 16 Location 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 Joined May 3, 2000 Messages 1,264 Location 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