External List
External List
2. Design an applet/application to create form using Text Field, Text Area, Button and
Label.
5. Write a program to create three Buttons with Caption OK, RESET and CANCEL.
6. Develop an applet/ application using List components to add names of 10 different cities.
8. Write a program to design simple calculator with the use of Grid Layout.
9. Write a program to generate following output
10.
11. Write a program using AWT to create a menu bar where menu bar contains menu items
such as File, Edit, View and create a submenu under the File menu: New and Open.
12. Write a program using swing to display a ScrollPane and JComboBox in an JApplet with
the items – English, Marathi, Hindi, Sanskrit.
13. Write a program to develop a frame to select the different states of India using
JComboBox
16. Write a program to demonstrate status of key on Applet window such as KeyPressed,
KeyReleased, KeyUp, KeyDown.
17. Write a program to generate KeyEvent when a key is pressed and display “Key Pressed”
message.
18. Write a program to demonstrate various mouse events using MouseListener and
MouseMotion listener interface.
19. Write a program to change the background color of Applet when user performs events
using Mouse
20. Write a program to demonstrate the use of mouseDragged and mouseMoved method of
MouseMotionListener
21. Write a program to demonstrate the use of JTextField and JPasswordField using Listener
Interface.
22. Write a program using JPasswordField to set the password character as ‘#’ instead of ‘*’
23. Write a program using JTextField to perform the addition of two numbers.
24. Write a program to demonstrate the use of InetAddress class and its factory methods.
25. Write a program to demonstrate the use of URL and URLConnection class and its
methods
26. Write a program using URL class to retrieve the host, protocol, port and file of URL
http://www.msbte.org.in
27. Write a program using Socket and ServerSocket to create Chat Application
28. Write a program to develop prime number Server (Client will send any number to server,
Sever will send the response the number is prime or not)
30. Write a Program to create a Student Table in database and insert a record in a Student
table.
31. Develop a program to create employee table in database having two columns “emp_id”
and “emp_name”.
32. Develop a program to display the name and roll_no of students from “student table”
having percentage > 70.