I have to create this pop up with java swing :

and I have a few problems :
- I don’t know how to set the pop up element at their right positions (should I use a layout ?)
- How to set the back ground color (I am working with netbeans UI) ?
- How to remove the ugly rollover background color.
Could anyone help me ?
Thank you very much
You may use
JDialogandsetUndecorated(true). For more info read Java Tutorial.