create an instance of your own class and try to set these properties to JButtonmybutton obj = new mybutton("button-name");obj.setBackground(Color.colorname);setForeground(Color.colorname);etc...this might solve your problem..