TYBCS Java Assignment 6 - Sem I

SET A 
1. Write a program to create the following GUI and apply the changes to the text in the TextField. 
https://iprogramx.blogspot.com/2018/07/Java-Program-to-create-GUI-and-apply-the-changes-to-the-text-in-the-textfield.html
2.  Create the following GUI screen using appropriate layout managers. Accept the name, class , hobbies of the user and display the selected options in a text box. 
https://iprogramx.blogspot.com/2018/07/Accept-the-name-class-hobbies-of-the-user-and-display-the-selected-options-in-a-text-box.html
3.  Create an Applet which displays a message in the center of the screen. The message indicates the events taking place on the applet window. Handle events like mouse click, mouse moved, mouse dragged, mouse pressed, and key pressed. The message should update each time an event occurs. The message should give details of the event such as which mouse button was pressed, which key is pressed etc. (Hint: Use repaint(), KeyListener, MouseListener, MouseEvent method getButton, KeyEvent methods getKeyChar)
SET B 
Set B isn't included. If you have any issues and and need Set B then leave comments below.

Post a Comment

11 Comments