changeset 1954:1db217de52a2

Consolidate sampling icons review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-June/019948.html reviewed-by: jerboaa PR3062
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 29 Jun 2016 14:09:54 +0200
parents 77b04c121862
children da2c18e537ab
files vm-jmx/client-swing/src/main/java/com/redhat/thermostat/vm/jmx/client/swing/internal/JmxNotificationsSwingView.java vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/SwingVmProfileView.java
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vm-jmx/client-swing/src/main/java/com/redhat/thermostat/vm/jmx/client/swing/internal/JmxNotificationsSwingView.java	Wed Jun 29 11:26:24 2016 +0200
+++ b/vm-jmx/client-swing/src/main/java/com/redhat/thermostat/vm/jmx/client/swing/internal/JmxNotificationsSwingView.java	Wed Jun 29 14:09:54 2016 +0200
@@ -92,7 +92,7 @@
     private List<ActionListener<NotificationAction>> listeners = new CopyOnWriteArrayList<>();
 
     private static final Icon START_ICON = IconResource.SAMPLE.getIcon();
-    private static final Icon STOP_ICON = new FontAwesomeIcon('\uf04d', START_ICON.getIconHeight());
+    private static final Icon STOP_ICON = new FontAwesomeIcon('\uf28e', START_ICON.getIconHeight());
 
     private final HeaderPanel visiblePanel;
 
--- a/vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/SwingVmProfileView.java	Wed Jun 29 11:26:24 2016 +0200
+++ b/vm-profiler/client-swing/src/main/java/com/redhat/thermostat/vm/profiler/client/swing/internal/SwingVmProfileView.java	Wed Jun 29 14:09:54 2016 +0200
@@ -91,7 +91,7 @@
 public class SwingVmProfileView extends VmProfileView implements SwingComponent {
 
     private static final Icon START_ICON = IconResource.SAMPLE.getIcon();
-    private static final Icon STOP_ICON = new FontAwesomeIcon('\uf04d', START_ICON.getIconHeight());
+    private static final Icon STOP_ICON = new FontAwesomeIcon('\uf28e', START_ICON.getIconHeight());
 
     private static final Translate<LocaleResources> translator = LocaleResources.createLocalizer();