Author: pwang
Date: 2008-09-11 15:30:45 -0700 (Thu, 11 Sep 2008)
New Revision: 14893
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
Log:
bug fix
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
===================================================================
---
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
2008-09-11 21:23:06 UTC (rev 14892)
+++
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
2008-09-11 22:30:45 UTC (rev 14893)
@@ -41,7 +41,7 @@
{
super(owner, "Session for CellCircuits Web Site");
this.setLocationRelativeTo(owner);
- JLabel titleLabel = new JLabel("<html><h3>Session for
Web</h3></html>");
+ JLabel titleLabel = new JLabel("<html><h3>Session for
CellCircuits Web Site</h3></html>");
titleLabel.addMouseListener(new AboutAction());
titleLabel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
@@ -113,8 +113,7 @@
{
public void mouseClicked(MouseEvent e)
{
- AboutDialog dialog = new AboutDialog(null);
- dialog.setVisible(true);
+
cytoscape.util.OpenBrowser.openURL("http://www.cellcircuits.org");
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---