Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #181
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder2-2.proxad.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.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 | "ashwinijain" <ashwinijain@THRWHITE.remove-dii-this> |
| Subject | Problem about JScrollPane |
| Message-ID | <1164444729.039149.30830@j44g2000cwa.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 | 28 |
| Date | Wed, 27 Apr 2011 15:26:03 GMT |
| NNTP-Posting-Host | 96.60.20.240 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1303917963 96.60.20.240 (Wed, 27 Apr 2011 10:26:03 CDT) |
| NNTP-Posting-Date | Wed, 27 Apr 2011 10:26:03 CDT |
| Organization | TDS.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:181 |
Show key headers only | View raw
To: comp.lang.java.gui
hello,
i am preparing software in which i have used many components like
jtable, jlabel etc..
i have added all these components to jpanel.
and i want the scrolled window but i am not able to get this...
code is...
class BillingSoftware extends JPanel /*implements ActionListener */
{
.................. //components are added here
}
b=new BillingSoftware();
JFrame myFrame=new JFrame();
myFrame.getContentPane().setLayout(null);
m.b.setBounds(0,0,1000,3200);
JScrollPane pane=new JScrollPane();
pane.getViewport().add(m.b);
pane.setBounds(0,0,1000,3200);
myFrame.getContentPane().add(pane);
myFrame.getContentPane().setBackground(Color.white);
myFrame.setSize(1000,3200);
myFrame.show();
---
* 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
Problem about JScrollPane "ashwinijain" <ashwinijain@THRWHITE.remove-dii-this> - 2011-04-27 15:26 +0000 Re: Problem about JScroll "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:26 +0000 Re: Problem about JScroll "hiwa" <hiwa@THRWHITE.remove-dii-this> - 2011-04-27 15:26 +0000
csiph-web