Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #423
| From | rupeshgade@googlemail.com.remove-dii-this |
|---|---|
| Subject | Re: graph use....... |
| Message-ID | <1166450998.818866.269340@79g2000cws.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <1166450785.585145.298340@73g2000cwn.googlegroups.com> |
| Date | 2011-04-27 15:27 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
Hi,
One more thing...I will appreciate it if anybody could give me some
tutorial links to swing....i am still new to Java so i guess,i would
like to have something which is easy to understand..
Thnx for the help.
Rupesh.
rupeshgade@googlemail.com wrote:
> 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 — Previous in thread | 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