calling repaint before addbutton() user defined function

admin

Administrator
Staff member
Sir/MadamI created function called addbutton() in which i am adding buttons withA-Z as labels.in Paint() function i am displaying a welcome screen. In start()method of applet i called repaint() and then addbutton();but it is displayingbuttons first and then welcome is being displayed. what could be the problem.please help.Anitha.R
 
Back
Top