Re: JScrollPane in Applet
- From: "Lukasz" <fatmouse@xxxxxxxxx>
- Date: 14 Jul 2006 00:49:39 -0700
Lukasz napisal(a):
All the import I use in my applet, I forgot to remove it from ShortVersion.
Why I mixed AWT with Swing? I needed a nice table to present data from
the database and since AWT does not have one, I used JTable and
JScrollPane, I didn't want to change all the code to use Swing.
Another reason is that I also tried wiht scrollPane, but a similar error
occured.
ScrollPane sp = new ScrollPane();
add(sp);
When this piece is in init(), scrollPane has scroll bars. But when
adding it outside init(), the scroll bars are not visible. Even when I
make them visible, they don't work.
Sorry for my irritating way of posting (and my English) :)
Thanks for Your help Andrew.
Finally, I made JScrollPane work inside Applet. Once again Andrew,
thanks for Your usefull tips.
.
- References:
- Re: JScrollPane in Applet
- From: andrewthommo
- Re: JScrollPane in Applet
- From: Lukasz
- Re: JScrollPane in Applet
- From: andrewthommo
- Re: JScrollPane in Applet
- From: Lukasz
- Re: JScrollPane in Applet
- Prev by Date: Re: JScrollPane in Applet
- Next by Date: Re: JScrollPane in Applet
- Previous by thread: Re: JScrollPane in Applet
- Next by thread: Re: JScrollPane in Applet
- Index(es):
Relevant Pages
|
|