Author: kono
Date: 2010-02-17 14:21:24 -0800 (Wed, 17 Feb 2010)
New Revision: 19350
Modified:
cytoscape/trunk/src/cytoscape/view/CytoscapeDesktop.java
cytoscape/trunk/src/cytoscape/visual/ui/VizMapperMainPanel.java
Log:
Debug messages removed.
Modified: cytoscape/trunk/src/cytoscape/view/CytoscapeDesktop.java
===================================================================
--- cytoscape/trunk/src/cytoscape/view/CytoscapeDesktop.java 2010-02-17
22:17:26 UTC (rev 19349)
+++ cytoscape/trunk/src/cytoscape/view/CytoscapeDesktop.java 2010-02-17
22:21:24 UTC (rev 19350)
@@ -95,7 +95,7 @@
// Default sizes of components
private static final Dimension DEF_DESKTOP_SIZE = new Dimension(980,
720);
private static final int DEF_DEVIDER_LOCATION = 325;
- private static final int DEF_DATAPANEL_DEVIDER_LOCATION = 450;
+ private static final int DEF_DATAPANEL_DEVIDER_LOCATION = 410;
/**
*
Modified: cytoscape/trunk/src/cytoscape/visual/ui/VizMapperMainPanel.java
===================================================================
--- cytoscape/trunk/src/cytoscape/visual/ui/VizMapperMainPanel.java
2010-02-17 22:17:26 UTC (rev 19349)
+++ cytoscape/trunk/src/cytoscape/visual/ui/VizMapperMainPanel.java
2010-02-17 22:21:24 UTC (rev 19350)
@@ -781,8 +781,6 @@
if (ignore)
return;
- System.out.println("-----------------> Stitching to : " +
vsName);
- System.out.println("-----------------> Last = " + lastVSName);
// If new VS name is the same, ignore.
if (lastVSName == vsName)
return;
@@ -3685,13 +3683,7 @@
public void stateChanged(ChangeEvent e) {
if (ignore)
return;
-
- System.out.println(e.getSource() + " ---> Got State change
Event!==================:\n\n");
- for(VisualStyle style:
vmm.getCalculatorCatalog().getVisualStyles()) {
- System.out.println("\tStyle =" + style.getName());
- }
-
-
+
// Get current Visual Style
final String currentName = vmm.getVisualStyle().getName();
final Object selected = vsNameComboBox.getSelectedItem();
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.