Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4325 - in branches/perfsonarui/src/org/perfsonar/perfsonarui/ma: . ui/panels

Subject: perfsonar development work

List archive

perfsonar: r4325 - in branches/perfsonarui/src/org/perfsonar/perfsonarui/ma: . ui/panels


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4325 - in branches/perfsonarui/src/org/perfsonar/perfsonarui/ma: . ui/panels
  • Date: Fri, 1 Aug 2008 11:04:23 -0400

Author: nina
Date: 2008-08-01 11:04:22 -0400 (Fri, 01 Aug 2008)
New Revision: 4325

Modified:

branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ResourceBundle.properties

branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ui/panels/MainPanelMA.java
Log:
Fix for bug 534 https://bugzilla.perfsonar.net/show_bug.cgi?id=534
interface tab, summary graph (top right): add explanation about
meaning as tool tip because it is not intuitive to many users.
"Spider plot view is an alternative display of the interfaces utilization to
give a complete overview of the network."


Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ResourceBundle.properties
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ResourceBundle.properties
2008-08-01 14:53:36 UTC (rev 4324)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ResourceBundle.properties
2008-08-01 15:04:22 UTC (rev 4325)
@@ -7,3 +7,4 @@
msg_select_interface=Select interface
action_trace=Traceroute & search
action_file_help=A file with a list of IP addresses is expected. Reads the
file content and inserts it into the search panel at the left.
+msg_radar_help=Spider plot view is an alternative display of the interfaces
utilization to give a complete overview of the network.
\ No newline at end of file

Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ui/panels/MainPanelMA.java
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ui/panels/MainPanelMA.java
2008-08-01 14:53:36 UTC (rev 4324)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/ui/panels/MainPanelMA.java
2008-08-01 15:04:22 UTC (rev 4325)
@@ -119,6 +119,9 @@
radarPanel.setMinimumSize(new Dimension(150,180));
radarPanel.setPreferredSize(new Dimension(200,580));

radarPanel.setBorder(BorderFactory.createTitledBorder("Summary"));
+ try {
+
radarPanel.setToolTipText(model.getResourceBundle().getString("msg_radar_help"));
+ } catch (Exception x) {}
JPanel newPanel = new JPanel(new BorderLayout());
newPanel.setMinimumSize(new Dimension(100,100));
//radarToolbar.add(radarPanel);



  • perfsonar: r4325 - in branches/perfsonarui/src/org/perfsonar/perfsonarui/ma: . ui/panels, svnlog, 08/01/2008

Archive powered by MHonArc 2.6.16.

Top of Page