![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi , Could you provide some sample code/ working application which I can use as a template. My main class extends JFrame public class InfoCenter extends JFrame implements TreeSelectionListener, Runnable{ public void valueChanged( TreeSelectionEvent e ) { here I need to popup progressbar and make a call to method that will generate the data for me. private getStatusForPrograms(){
}//end class InfoCenter.
So any inputs from you will be greatly helpful Replies: |
Sponsored Links
|