Possible Duplicate:
Java Dialog Box
I am wondering how to produce this type of window using Java GUI:
http://postimage.org/image/61aa8hrvb/
I am not asking how to fill the window with data - just only how to produce the window. It seems that it just has a fixed size (length and width) and a border. It seems like it is a barebones window.
Is there anything that you can think of the resembles this style of a window?