if (Platform.isMac())
{
// needed to make icon button have round corners in vaqua
- btn_queryTDB.putClientProperty("JButton.buttonType","bevel");
- btn_queryTDB.setMargin(new Insets(0, 16, 0, 20));
+ btn_queryTDB.putClientProperty("JButton.buttonType", "bevel");
}
- else
- {
- btn_queryTDB.setMargin(new Insets(2, 16, 2, 20));
- }
- btn_queryTDB.setText(MessageManager.getString("label.search_3dbeacons"));
+ btn_queryTDB.setMargin(new Insets(0, 16, 0, 20));
+ btn_queryTDB
+ .setText(MessageManager.getString("label.search_3dbeacons"));
btn_queryTDB.setIconTextGap(12);
btn_queryTDB.setIcon(tdbImage);
btn_queryTDB.setVerticalTextPosition(SwingConstants.CENTER);