"Without using code" means "in Netbeans GUI designer"? If so I can't help. In my opinion the GUI designer is far more trouble than it's worth for any real life application where you're worried about cross-platform differences and handling window re-sizing. I just write the code; it's not that hard, and you know exactly what you're doing.
People often add a JLabel with an ImageIcon and stack that behind their actual content