Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r941 committed - Fix issue with Detailed output not formatted to fit on screen

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r941 committed - Fix issue with Detailed output not formatted to fit on screen


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r941 committed - Fix issue with Detailed output not formatted to fit on screen
  • Date: Thu, 20 Feb 2014 10:02:38 +0000

Revision: 941
Author:

Date: Thu Feb 20 10:02:19 2014 UTC
Log: Fix issue with Detailed output not formatted to fit on screen
http://code.google.com/p/ndt/source/detail?r=941

Modified:
/branches/applet_65/Applet/src/edu/internet2/ndt/Tcpbw100.java

=======================================
--- /branches/applet_65/Applet/src/edu/internet2/ndt/Tcpbw100.java Fri Feb 14 13:46:27 2014 UTC
+++ /branches/applet_65/Applet/src/edu/internet2/ndt/Tcpbw100.java Thu Feb 20 10:02:19 2014 UTC
@@ -931,7 +931,7 @@
// Create Text area for displaying results, add "Heading"
_txtDiagnosis = new JTextArea(
_resBundDisplayMsgs.getString(_sServerType +
"KernelVar") + ":\n", 15,
- 30);
+ 70);
_txtDiagnosis.setEditable(true);
_buttonDismiss.setEnabled(true);
_buttonCopy.setEnabled(_bCanCopy);


  • [ndt-dev] [ndt] r941 committed - Fix issue with Detailed output not formatted to fit on screen, ndt, 02/20/2014

Archive powered by MHonArc 2.6.16.

Top of Page