Author: pwang
Date: 2008-09-11 10:37:12 -0700 (Thu, 11 Sep 2008)
New Revision: 14884
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
Log:
Set dialog location relative to parent
Modified:
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
===================================================================
---
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
2008-09-11 17:36:00 UTC (rev 14883)
+++
csplugins/trunk/ucsd/pwang/SessionForWebPlugin/src/SessionForWebPlugin/SessionExporterDialog2.java
2008-09-11 17:37:12 UTC (rev 14884)
@@ -35,12 +35,12 @@
private ImagePanel imagePanel = new ImagePanel(new GridBagLayout());
private ThumbnailPanel thumbnailPanel = new ThumbnailPanel();
- private NetworkSpeciesPanel speciesPanel = new
NetworkSpeciesPanel(this);
+ private SpeciesPanel speciesPanel = new SpeciesPanel(this);
public SessionExporterDialog2(Frame owner)
{
super(owner, "Session for CellCircuits Web Site");
-
+ this.setLocationRelativeTo(owner);
JLabel titleLabel = new JLabel("<html><h3>Session for
Web</h3></html>");
titleLabel.addMouseListener(new AboutAction());
titleLabel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---