diff --git a/.classpath b/.classpath index 62d2ec74..258544cd 100644 --- a/.classpath +++ b/.classpath @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/lib/Graph3d/windows/Graph3d.jar b/lib/Graph3d/windows/Graph3d.jar index 8357b838..81eb20be 100644 Binary files a/lib/Graph3d/windows/Graph3d.jar and b/lib/Graph3d/windows/Graph3d.jar differ diff --git a/src/enginuity/swing/TableToolBar.java b/src/enginuity/swing/TableToolBar.java index fa00b4aa..4aa58685 100644 --- a/src/enginuity/swing/TableToolBar.java +++ b/src/enginuity/swing/TableToolBar.java @@ -40,7 +40,7 @@ import javax.swing.KeyStroke; import javax.swing.border.LineBorder; import com.ecm.graphics.Graph3dJPanel; -import com.ecm.graphics.Graph3dManager; +import com.ecm.graphics.Graph3dFrameManager; import com.ecm.graphics.data.GraphData; import com.ecm.graphics.data.GraphDataListener; @@ -304,7 +304,7 @@ public class TableToolBar extends JToolBar implements MouseListener, ItemListene */ //TODO Remove this when above is working - Graph3dManager.openGraph3dFrame(graphValues, xValues, yValues,xLabel, yLabel, zLabel, table.getName()); + Graph3dFrameManager.openGraph3dFrame(graphValues, xValues, yValues,xLabel, yLabel, zLabel, table.getName()); GraphData.addGraphDataListener(this); } }