151152153154155156157158159160
protected PnlDspRowAbs() { super(); this._btnReset = new BtnReset((ActionListener) this); this._cbxApplyAll_ = new CbxSettingsApplyAll(); super.setLayout(new FlowLayout(FlowLayout.LEFT, 5, 0)); }
404142434445464748495051
@Override public void actionPerformed(ActionEvent evt) { if (evt.getSource() instanceof BtnReset) // btnResetColor { BtnReset btn = (BtnReset) evt.getSource(); btn.setEnabled(false); javax.swing.SwingUtilities.invokeLater(new Runnable() { @Override
public void actionPerformed(ActionEvent evt) { if (evt.getSource() instanceof BtnReset) // btnResetColor { BtnReset btn = (BtnReset) evt.getSource(); btn.setEnabled(false); javax.swing.SwingUtilities.invokeLater(new Runnable() { @Override
414243444546474849505152