// }
// );
JButton asShot = new CoolButton();
asShot.setText(LOCALE.get("AsShotButtonText"));
asShot.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e) {
Map<String, Double> sliders = raw.getAsShot();
for (String key : sliders.keySet()) {
double value = sliders.get(key);