Closedown
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
<Component class="javax.swing.JButton" name="jButtonOptions">
|
||||
<Properties>
|
||||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||
<Image iconType="3" name="/icons/settings-32px.png"/>
|
||||
<Image iconType="3" name="/icons/listing-option-32px.png"/>
|
||||
</Property>
|
||||
<Property name="toolTipText" type="java.lang.String" value="Optional actions"/>
|
||||
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
|
||||
@@ -132,19 +132,19 @@ public class TestingList extends Panel {
|
||||
String iconFileName = "";
|
||||
switch (this) {
|
||||
case SUCCESS:
|
||||
iconFileName = "/icons/button_ok-16px.png";
|
||||
iconFileName = "/icons/run-ok-16px.png";
|
||||
break;
|
||||
case FAILURE:
|
||||
iconFileName = "/icons/button_close-16px.png";
|
||||
iconFileName = "/icons/run-error-16px.png";
|
||||
break;
|
||||
case PENDING:
|
||||
iconFileName = "/icons/button_stop-16px.png";
|
||||
iconFileName = "/icons/run-stop-16px.png";
|
||||
break;
|
||||
case DISABLED:
|
||||
iconFileName = "";
|
||||
break;
|
||||
case RUNNING:
|
||||
iconFileName = "/icons/button_play-16px.png";
|
||||
iconFileName = "/icons/run-play-16px.png";
|
||||
break;
|
||||
}
|
||||
return iconFileName;
|
||||
@@ -875,7 +875,7 @@ public class TestingList extends Panel {
|
||||
jPanelButtons.setPreferredSize(new java.awt.Dimension(100, 80));
|
||||
jPanelButtons.setLayout(new java.awt.BorderLayout());
|
||||
|
||||
jButtonOptions.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/settings-32px.png"))); // NOI18N
|
||||
jButtonOptions.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icons/listing-option-32px.png"))); // NOI18N
|
||||
jButtonOptions.setToolTipText("Optional actions");
|
||||
jButtonOptions.setMaximumSize(new java.awt.Dimension(60, 40));
|
||||
jButtonOptions.setMinimumSize(new java.awt.Dimension(0, 40));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Wed Jun 07 16:05:18 CEST 2017
|
||||
#Thu Jun 08 10:07:34 CEST 2017
|
||||
customPanel=Kollimators
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=
|
||||
listFilter=Collimator
|
||||
|
||||
Reference in New Issue
Block a user