Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can i add a button in applet in java ???

Answer Posted / giridhar gangapatnam

Button b1=new Button("OK");
add(b1);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the three parts of a lambda expression?

1061


Write a java program to print fibonacci series?

1002


What is the size of an array?

1079


What is a java object and java application?

1086


What is the exact difference in between Unicast and Multicast object? Where will it be used?

1102


How many bytes is a string java?

1072


Can we have return statement in finally clause? What will happen?

1012


What are the characteristics of Final,Finally and Finalize keywords.

1237


How to find the largest value from the given array.

1066


What is isa relationship?

1106


what are synchronized methods and synchronized statements? : Java thread

1046


What is the java project architecture?

2289


Explain when we should make an instance variable private.

1191


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

1173


What is constructor and its types?

1205