Author: bback
Date: 2006-03-07 15:09:53 +0000 (Tue, 07 Mar 2006)
New Revision: 8178
Modified:
trunk/apps/frost-0.7/source/frost/boards/TofTree.java
trunk/apps/frost-0.7/source/frost/util/gui/MemoryMonitor.java
Log:
fixed compile problems on java 1.6
Modified: trunk/apps/frost-0.7/source/frost/boards/TofTree.java
===================================================================
--- trunk/apps/frost-0.7/source/frost/boards/TofTree.java 2006-03-07
15:08:33 UTC (rev 8177)
+++ trunk/apps/frost-0.7/source/frost/boards/TofTree.java 2006-03-07
15:09:53 UTC (rev 8178)
@@ -71,7 +71,7 @@
public void actionPerformed(ActionEvent e) {
final Object source = e.getSource();
- SwingWorker worker = new SwingWorker(this) {
+ frost.util.gui.SwingWorker worker = new
frost.util.gui.SwingWorker(this) {
protected void doNonUILogic() throws
RuntimeException {
if (source == refreshItem) {
Modified: trunk/apps/frost-0.7/source/frost/util/gui/MemoryMonitor.java
===================================================================
--- trunk/apps/frost-0.7/source/frost/util/gui/MemoryMonitor.java
2006-03-07 15:08:33 UTC (rev 8177)
+++ trunk/apps/frost-0.7/source/frost/util/gui/MemoryMonitor.java
2006-03-07 15:09:53 UTC (rev 8178)
@@ -40,8 +40,6 @@
import javax.swing.*;
-// TODO: nach neuem ?ffnen die history resetten!
-
/**
* Tracks Memory allocated & used, displayed in graph form.
*/