Tuesday, August 9, 2022

Object Oriented Concepts : Module 5

  1. Discuss delegation event model with suitable example. 
  2. Explain with suitable example inner class 
  3. Explain JComboBox with example.
  4. Describe the two keys features of swings. 
  5. Create swing applet that has two buttons named beta and gamma. When either of the buttons pressed, it should display “beta pressed” and “gamma pressed” respectively.
  6. Explain any 8 event listener inter-faces with syntax
  7. Explain different methods of applet.
  8. Explain the HTML applet with syntax and example 
  9. Explain the following with an example for each and syntax.: A) .JLabel B) JTextField C) .JButton D) .JCheckBox E).JComboBox F) Jlist
  10. Explain a simple swing application with suitable program
  11. Explain delegation event model in Java.
  12. Write a Java program to handle mouse event. 
  13. Create a swing applet that has two buttons named as "CSE" and "ISE". When either of the button is pressed, it should display "CSE" is pressed" and "ISE is pressed" respectively. 
  14. Explain briefly the components and containers used in swings. 
  15. Write a swing program to create a table with column heading as StudentName, USN, Address and insert 5 records into the table and display on screen. 
  16. Explain key event class 
  17. Describe key features of Swings in Java. 
  18. Compare AWT and Swings. 
  19. Write a note on JFrame and JButton.

No comments:

Post a Comment

Database Management systems - Module 2

1 a. Explain the entity integrity and referential integrity constraints.   Why is each considered important. Give examples.    b. Discuss eq...