Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #422
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail |
|---|---|
| From | rupeshgade@googlemail.com.remove-dii-this |
| Subject | graph use....... |
| Message-ID | <1166450785.585145.298340@73g2000cwn.googlegroups.com> (permalink) |
| X-Comment-To | comp.lang.java.gui |
| Newsgroups | comp.lang.java.gui |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92] |
| Lines | 37 |
| Date | Wed, 27 Apr 2011 15:27:27 GMT |
| NNTP-Posting-Host | 96.60.20.240 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1303918047 96.60.20.240 (Wed, 27 Apr 2011 10:27:27 CDT) |
| NNTP-Posting-Date | Wed, 27 Apr 2011 10:27:27 CDT |
| Organization | TDS.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:422 |
Show key headers only | View raw
To: comp.lang.java.gui
Hi All,
First my code....
JPanel panel =new JPanel(new FlowLayout());
panel.add(sLabel);
panel.add(sField);
panel.add(button);
frame.add(panel, BorderLayout.NORTH);
final int FRAME_WIDTH =600;
final int FRAME_HEIGHT =700;
frame.setSize(FRAME_WIDTH,FRAME_HEIGHT);
RectangleComponent component = new RectangleComponent();
frame.add(component, BorderLayout.CENTER);
frame.setTitle("Hydrophobicity viewer");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setVisible(true);
My question:if i write a String of
AminoAcids(eg..ARTYGSDEJHUSKLFUFKS...) in the textfield,i want to plot
the hydrophobicity values on the graph which is included in the
RectangleComponent.i have made an array of AminoAcid and their
hydrophobicity values but stuck as to how to proceed.Hence help
needed...In short,i want to plot the hydrophobicity values of
AminoAcids on the graph...how to do it???i am short of ideas and
imagination !!!!!!!
Rupesh...
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Next in thread | Find similar
graph use....... rupeshgade@googlemail.com.remove-dii-this - 2011-04-27 15:27 +0000
Re: graph use....... rupeshgade@googlemail.com.remove-dii-this - 2011-04-27 15:27 +0000
Re: graph use....... "IchBin" <ichbin@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
Re: graph use....... rupeshgade@googlemail.com.remove-dii-this - 2011-04-27 15:27 +0000
Re: graph use....... "IchBin" <ichbin@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
Re: graph use....... rupeshgade@googlemail.com.remove-dii-this - 2011-04-27 15:27 +0000
Re: graph use....... "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:27 +0000
csiph-web