Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Building cytoscape
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ronaldo Gigabyte  
View profile  
 More options Mar 9 2011, 1:46 pm
From: Ronaldo Gigabyte <rgigab...@gmail.com>
Date: Wed, 9 Mar 2011 10:46:41 -0800 (PST)
Local: Wed, Mar 9 2011 1:46 pm
Subject: Building cytoscape
Hey,

Can anyone guide me to the proper GUIDE of BUILDING CYTOSCAPE IN
ECLIPSE so as to implement GSOC IDEA 4: Neo4j graph implementation for
Cytoscape 3 and Integration of
Thinker Pop Tools

Thank you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Komal  
View profile  
 More options Mar 11 2011, 6:57 am
From: Komal <komalsnehal1...@gmail.com>
Date: Fri, 11 Mar 2011 03:57:33 -0800 (PST)
Local: Fri, Mar 11 2011 6:57 am
Subject: Re: Building cytoscape
Hi,

Here's the link:
http://csresources.sourceforge.net/docs/eclipse.html

Komal

On Mar 9, 10:46 am, Ronaldo Gigabyte <rgigab...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
GeorgePZ  
View profile  
 More options Mar 11 2011, 1:09 pm
From: GeorgePZ <georgepz2...@gmail.com>
Date: Fri, 11 Mar 2011 10:09:05 -0800 (PST)
Local: Fri, Mar 11 2011 1:09 pm
Subject: Re: Building cytoscape

I followed all the steps in the link that was given Komal, (http://
csresources.sourceforge.net/docs/eclipse.html)
however I tried to test this code ( from page:http://
cytoscape.wodaklab.org/wiki/
plugin_developer_tutorial#How_to_add_a_tabbed_Panel_to_Control_panel.
3F );
and I got this errors:
Syntax error on token ""myPanel"", invalid FormalParameterList
PluginWrapper.java      /sample/src     line 18 Java Problem
Syntax error on token "myPanel", VariableDeclaratorId expected after
this token      PluginWrapper.java      /sample/src     line 18 Java Problem
Syntax error on token(s), misplaced construct(s)        PluginWrapper.java      /
sample/src      line 18 Java Problem

this is the test code:

import javax.swing.ImageIcon;
import javax.swing.JPanel;
import javax.swing.SwingConstants;

import cytoscape.Cytoscape;
import cytoscape.plugin.CytoscapePlugin;
import cytoscape.view.cytopanels.CytoPanelImp;

public class PluginWrapper extends CytoscapePlugin {

        //First, get a handler to the cytoPanel west, which is the control
panel
        CytoPanelImp ctrlPanel = (CytoPanelImp)
Cytoscape.getDesktop().getCytoPanel(SwingConstants.WEST);

        //Create a JPanel object (a class extends JPanel, say, MyPanel)
        MyPanel myPanel = new MyPanel();

        //Add it to the control panel.
        ctrlPanel.add("myPanel", myPanel);

}

On Mar 11, 5:57 am, Komal <komalsnehal1...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »