See now my problem is i want to add a cross button to a JButton for example

JButton b=new JButton("name");

now i want to add a Button in JButton "name"

So can anybody help me