Closedown

This commit is contained in:
gobbo_a
2017-07-07 14:50:54 +02:00
parent f9441752b8
commit cee9b4c0e4
4 changed files with 26 additions and 2985 deletions

View File

@@ -1,8 +1,8 @@
#Fri Jul 07 14:47:10 CEST 2017
#Fri Jul 07 14:47:24 CEST 2017
colormap=Flame
colormapAutomatic=false
colormapMax=300.0
colormapMin=0.0
colormapMax=NaN
colormapMin=NaN
flipHorizontally=false
flipVertically=true
grayscale=false

View File

@@ -485,12 +485,15 @@
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerMax" linkSize="7" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="checkHistogram" alignment="1" min="-2" max="-2" attributes="0"/>
<Group type="102" alignment="1" attributes="0">
<Component id="labelMin" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="2" max="-2" attributes="0"/>
<Component id="spinnerMin" linkSize="7" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="btFixColormapRange" linkSize="7" alignment="1" max="32767" attributes="0"/>
<Component id="spinnerMin" linkSize="7" alignment="1" max="32767" attributes="0"/>
</Group>
</Group>
<Component id="checkHistogram" alignment="1" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
@@ -509,6 +512,7 @@
<Group type="103" groupAlignment="3" attributes="0">
<Component id="buttonAutomatic" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btFixColormapRange" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="0" pref="0" max="-2" attributes="0"/>
<Group type="103" groupAlignment="2" attributes="0">
@@ -628,6 +632,11 @@
<Property name="text" type="java.lang.String" value="Max:"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btFixColormapRange">
<Properties>
<Property name="text" type="java.lang.String" value="Fix"/>
</Properties>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="jPanel5">

View File

@@ -211,6 +211,7 @@ public class ScreenPanel extends Panel {
public ScreenPanel() {
initComponents();
spinnerThreshold.setVisible(false);
btFixColormapRange.setVisible(false);
spinnerGrThreshold.setVisible(false); labelGrThreshold.setVisible(false);
spinnerGrScale.setVisible(false); labelGrScale.setVisible(false);
//spinnerMin.setVisible(false); labelMin.setVisible(false);
@@ -1912,6 +1913,7 @@ public class ScreenPanel extends Panel {
spinnerMin = new javax.swing.JSpinner();
spinnerMax = new javax.swing.JSpinner();
labelMax = new javax.swing.JLabel();
btFixColormapRange = new javax.swing.JButton();
jPanel5 = new javax.swing.JPanel();
buttonCamtool = new javax.swing.JRadioButton();
buttonDirect = new javax.swing.JRadioButton();
@@ -2280,6 +2282,8 @@ public class ScreenPanel extends Panel {
labelMax.setText("Max:");
btFixColormapRange.setText("Fix");
javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);
jPanel2.setLayout(jPanel2Layout);
jPanel2Layout.setHorizontalGroup(
@@ -2301,15 +2305,17 @@ public class ScreenPanel extends Panel {
.addComponent(labelMax)
.addGap(2, 2, 2)
.addComponent(spinnerMax, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addComponent(checkHistogram, javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup()
.addComponent(labelMin)
.addGap(2, 2, 2)
.addComponent(spinnerMin, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addComponent(checkHistogram, javax.swing.GroupLayout.Alignment.TRAILING))
.addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
.addComponent(btFixColormapRange, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(spinnerMin, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))
.addContainerGap())
);
jPanel2Layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {spinnerMax, spinnerMin});
jPanel2Layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {btFixColormapRange, spinnerMax, spinnerMin});
jPanel2Layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {jLabel3, jLabel4});
@@ -2324,7 +2330,8 @@ public class ScreenPanel extends Panel {
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(buttonAutomatic)
.addComponent(jLabel4))
.addComponent(jLabel4)
.addComponent(btFixColormapRange))
.addGap(0, 0, 0)
.addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
.addComponent(labelMin)
@@ -3054,6 +3061,7 @@ public class ScreenPanel extends Panel {
}//GEN-LAST:event_spinnerGrThresholdonChange
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton btFixColormapRange;
private javax.swing.JButton buttonArgs;
private javax.swing.JRadioButton buttonAutomatic;
private javax.swing.JRadioButton buttonCamtool;

File diff suppressed because it is too large Load Diff