fixes&improvements
This commit is contained in:
@@ -11,6 +11,8 @@ public class Kollimators extends javax.swing.JPanel {
|
||||
|
||||
/**
|
||||
* Creates new form Kollimators
|
||||
*
|
||||
* @param params currently not used
|
||||
*/
|
||||
public Kollimators(String params) {
|
||||
initComponents();
|
||||
@@ -70,11 +72,6 @@ public class Kollimators extends javax.swing.JPanel {
|
||||
jLabel7.setText("DIST:");
|
||||
|
||||
jTextDist.setEditable(false);
|
||||
jTextDist.addActionListener(new java.awt.event.ActionListener() {
|
||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||
jTextDistActionPerformed(evt);
|
||||
}
|
||||
});
|
||||
|
||||
jTextRes.setEditable(false);
|
||||
|
||||
@@ -158,13 +155,10 @@ public class Kollimators extends javax.swing.JPanel {
|
||||
);
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
private void jTextDistActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jTextDistActionPerformed
|
||||
// TODO add your handling code here:
|
||||
}//GEN-LAST:event_jTextDistActionPerformed
|
||||
|
||||
|
||||
/**
|
||||
* animate the panel (caget/caset). Called from TestingList
|
||||
* animate the panel (caget/caset). Called from TestingList.
|
||||
* This function MUST EXISTS in every custom panel callable from TestingList
|
||||
* @param deviceName
|
||||
*/
|
||||
public void animate(String deviceName){
|
||||
|
||||
Reference in New Issue
Block a user