});
leftPanel.add(spinUp).setBounds(115, 130, 20, 10);
// Alarm threshold spin down button
JButton spinDown = new JButton(new ImageIcon("spindown.gif"));
spinDown.addMouseListener(new MouseAdapter() {
private javax.swing.Timer spinTimer = new javax.swing.Timer(100, new ActionListener() {
public void actionPerformed(ActionEvent evt) {
updateValue();