[Jrisk-cvs] SF.net SVN: jrisk:[452] Domination/src_swing/net/yura/domination/ui/ swinggui/SwingGUIP
Brought to you by:
yuranet
|
From: <yu...@us...> - 2010-09-28 19:04:30
|
Revision: 452
http://jrisk.svn.sourceforge.net/jrisk/?rev=452&view=rev
Author: yuranet
Date: 2010-09-28 19:04:23 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
date of submit added
Modified Paths:
--------------
Domination/src_swing/net/yura/domination/ui/swinggui/SwingGUIPanel.java
Modified: Domination/src_swing/net/yura/domination/ui/swinggui/SwingGUIPanel.java
===================================================================
--- Domination/src_swing/net/yura/domination/ui/swinggui/SwingGUIPanel.java 2010-09-28 18:59:49 UTC (rev 451)
+++ Domination/src_swing/net/yura/domination/ui/swinggui/SwingGUIPanel.java 2010-09-28 19:04:23 UTC (rev 452)
@@ -1579,22 +1579,17 @@
if (RiskUIUtil.checkForNoSandbox()) {
net.yura.grasshopper.SimplePrintStream.interceptAndAlert(new Writer() {
- public void write(char[] cbuf, int off, int len) throws IOException {
+ public void write(char[] cbuf, int off, int len) {
errText.append(String.valueOf(cbuf, off, len));
}
- public void flush() throws IOException {
- }
- public void close() throws IOException {
- }
+ public void flush() { }
+ public void close() { }
}, new net.yura.grasshopper.SimplePrintStream() {
public void action() {
int nom = tabbedpane.indexOfComponent(DebugTab.this);
if (tabbedpane.getIconAt(nom)==null) {
tabbedpane.setIconAt(nom,icon);
-
- String n = System.getProperty("line.separator");
- errText.append(n+n+"Date: "+new java.util.Date().toString()+n+n+n);
}
}
});
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|