 |
| Oldbie |
Joined: Thu Mar 15, 2012 12:38 am Posts: 260
|
|
Hello!
I am now trying to create a Dialog window similar to Swing's JDialog component.
From my investigation, it seems that I need to use PopupWindow. I have managed to successfully add some widgets to this type of widget and it works.
But is there a way to set the title of the PopupWindow? I don't see any setTitle() method present on this. I assume I would have to subclass PopupWindow and implement the same sort of functionality that ResizableFrame has. I just want to make sure there isn't an easier way that I'm overlooking.
I'm going to be making a few windows that must be modal and I would like to give them titles (ie: Options, etc).
Thanks again!
|
|