i try to use JLayeredPane with netbeans drag&drop
i need to setLayout & setLayer of it(in design view)
but i can't find setLayout
if i write setLayout manually(in source view),
it will no effect in design view
(i need the effect in design view to make me more simple)
can i do this? how?
thanks a lot for any kind of help
EDIT :
for example i want to create a button like in microsoft office 2007.. (it located in corner (northwest)) the button located between toolbar and something(container maybe).. so i think i must use layeredpane to make component can in front of each other.. and it will more helpfull if i can use netbeans drag&drop(in design view) with setLayout effect of JLayeredPane.. (i just want to make many component can in front of each other with gridbaglayout) (just try to create cute UI)