ajpp
ajpp
as File, Edit, View and create a submenu under the File menu: New (Open FileDialog for
save) and Open (Open FileDialog for Load)
3) Develop an application using list components to add names of different cities and display
dialog box showing city name after selection.
5) Write a program to develop a frame to select the different states of India using JcomboBox
and
6) Write a program to generate key event to block special characters “&,^,#,!,@” and display
message “this special characters not allowed”.
7) Write a program to count the number of clicks and double clicks performed by the user in
frame window.
9) Write a program using InetAddress class to retrieve IP address of URL when hostname is
entered by user.
10) Write a program using URL class to retrieve the host protocol, port & file of URL entered by
the user in JTextField.
11) Write a program to insert data of student in table having two columns rollno and marks.
12) Write a program to send username & password using HTML form and authenticate the user