[Biojava-l] Scrolling in TranslatedSequencePanel

2005-05-24 Thread Jolyon Holdstock
Hi, I am using a TranslatedSequencePanel (TSP) to display sequence with associated data and it all looks good (thank you BioJava). I want to add more tracks to the TSP but the height of the rendered image now becomes bigger than the space that it fits in. I have implemented scrolling along the

Re: [Biojava-l] mouse selection of sequences possible?

2005-05-24 Thread Kalle Näslund
Fuchs, Mathias wrote: >Hi Kalle, >Thanks a lot for your help. Unfourtunately it seems there is a class "GUITools" missing. You are using it in the SelectionBarRenderer -- GUITools.getVisibleRange( src, g ) --; can you tell me where to find that class. Is it in the BioJava >framework? I couldn

Re: [Biojava-l] Scrolling in TranslatedSequencePanel

2005-05-24 Thread Kalle Näslund
Jolyon Holdstock wrote: Hi, I am using a TranslatedSequencePanel (TSP) to display sequence with associated data and it all looks good (thank you BioJava). I want to add more tracks to the TSP but the height of the rendered image now becomes bigger than the space that it fits in. I have imple