So i can try and ask my problem but for your sake and my sake i have created a simple image in photoshop to try to tell you what i want to achieve:

I have tried to work with the Opaque stuff in AWTUtilities but it does not seem to work do you guys have any idea how i can achieve this??
I do need the native windows border so i can drag and drop the window and also need the resize function.
Thanks in advance
For a transparent/transuculent
JFramesee here: http://docs.oracle.com/javase/tutorial/uiswing/misc/trans_shaped_windows.html which explains translucent Windows in Java.You need to call
setOpacity().Here is also a small example :