I have an
applet window in which I am adding a ScrollPane.The ScrollPane has a sequencepanel that i am creating using biojava library which gives a custom sequencepanel.
The problem with this code is when the applet is created at that time nothing is visible in the applet window.
When i resize the window by dragging the edges then suddenly after some time some part of the scrollpane is visible.but not the entire one..
The code for the program is like this:
Can anybody please give me some direction on this topic
[ September 05, 2007: Message edited by: Ulf Dittmer ]