btnSearch1.setBounds(262, 40, 117, 32);
desktopPane.add(btnSearch1);
btnSearch1.setIcon(Common.icon_search);
JButton4j btnClose1 = new JButton4j(lang.get("btn_Close"));
btnClose1.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
dispose();
}
});
btnClose1.setBounds(395, 40, 117, 32);