
Dear friends..
I have a doubt in my gui application.
I developed 1 application. In this application is 1 Jscrollpane of height 600 and width 400. Normally it is showing 200 height and 400 width.. JscrollPane consist of somany text field arranged row by row...each row has 1 text field... 30 rows are there...30 textfields r also there..
EndUser is entering details to the front end...he can see only 20 textfield on the screen/window...now he is seeing first 20..he is trying to entervalue in 21st text field...but it is not in that screen/window.If he need to see that part he should scroll the window manually.....but i need this through my program...How can i show that text feilds through my program....
some one please help me....
Thanks in advance...