fixes&improvements

This commit is contained in:
boccioli_m
2015-10-20 17:03:46 +02:00
parent 544ff43cac
commit c2a1c77aac
3 changed files with 7 additions and 16 deletions

View File

@@ -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){