Closedown
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
<Property name="text" type="java.lang.String" value="Scienta Energy Distribution"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value=""/>
|
||||
<Property name="contentAreaFilled" type="boolean" value="false"/>
|
||||
<Property name="name" type="java.lang.String" value="ImageEnergyDistribution" noResource="true"/>
|
||||
<Property name="name" type="java.lang.String" value="EnergyDistribution" noResource="true"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JCheckBox" name="checkSpectrum">
|
||||
|
||||
@@ -330,7 +330,7 @@ public class HoloScan extends Panel {
|
||||
checkImageIntegration.setText("Scienta Energy Distribution");
|
||||
checkImageIntegration.setToolTipText("");
|
||||
checkImageIntegration.setContentAreaFilled(false);
|
||||
checkImageIntegration.setName("ImageEnergyDistribution"); // NOI18N
|
||||
checkImageIntegration.setName("EnergyDistribution"); // NOI18N
|
||||
|
||||
checkSpectrum.setSelected(true);
|
||||
checkSpectrum.setText("Scienta Spectrum");
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
<Property name="text" type="java.lang.String" value="Scienta Energy Distribution"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value=""/>
|
||||
<Property name="contentAreaFilled" type="boolean" value="false"/>
|
||||
<Property name="name" type="java.lang.String" value="ImageEnergyDistribution" noResource="true"/>
|
||||
<Property name="name" type="java.lang.String" value="EnergyDistribution" noResource="true"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JCheckBox" name="checkAngleDistribution">
|
||||
|
||||
@@ -391,7 +391,7 @@ public class ManipulatorScan extends Panel {
|
||||
checkImageIntegration.setText("Scienta Energy Distribution");
|
||||
checkImageIntegration.setToolTipText("");
|
||||
checkImageIntegration.setContentAreaFilled(false);
|
||||
checkImageIntegration.setName("ImageEnergyDistribution"); // NOI18N
|
||||
checkImageIntegration.setName("EnergyDistribution"); // NOI18N
|
||||
|
||||
checkAngleDistribution.setSelected(true);
|
||||
checkAngleDistribution.setText("Scienta Angle Distribution");
|
||||
|
||||
@@ -458,7 +458,7 @@
|
||||
<Property name="text" type="java.lang.String" value="Scienta Energy Distribution"/>
|
||||
<Property name="toolTipText" type="java.lang.String" value=""/>
|
||||
<Property name="contentAreaFilled" type="boolean" value="false"/>
|
||||
<Property name="name" type="java.lang.String" value="ImageEnergyDistribution" noResource="true"/>
|
||||
<Property name="name" type="java.lang.String" value="EnergyDistribution" noResource="true"/>
|
||||
</Properties>
|
||||
</Component>
|
||||
<Component class="javax.swing.JCheckBox" name="checkSpectrum">
|
||||
|
||||
@@ -438,7 +438,7 @@ public class PhotonEnergy extends Panel {
|
||||
checkImageIntegration.setText("Scienta Energy Distribution");
|
||||
checkImageIntegration.setToolTipText("");
|
||||
checkImageIntegration.setContentAreaFilled(false);
|
||||
checkImageIntegration.setName("ImageEnergyDistribution"); // NOI18N
|
||||
checkImageIntegration.setName("EnergyDistribution"); // NOI18N
|
||||
|
||||
checkSpectrum.setSelected(true);
|
||||
checkSpectrum.setText("Scienta Spectrum");
|
||||
|
||||
Reference in New Issue
Block a user