Skip to content

Commit cf43fc9

Browse files
committed
readme.md updated
1 parent 097e811 commit cf43fc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java-5th/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# lab 5 programming questions and answeres :-
1+
# `lab 5 programming questions and answeres` :-
22

3-
* Question no. 1:- Write a Java program to create a menu having the MenuItems select All, copy, cut, paste and exit with some text in TextArea.
3+
* `Question no. 1`:- Write a Java program to create a menu having the MenuItems select All, copy, cut, paste and exit with some text in TextArea.
44

55
Answer:- MyMenu.java
66

77
![CHEESE!](mymenu.png)
88

9-
* Question no. 2:- Write a Java program to create a dynamic menu with the same MenuItems select All, Copy, Cut, Paste and Exit with some texts in TextArea.
9+
* `Question no. 2`:- Write a Java program to create a dynamic menu with the same MenuItems select All, Copy, Cut, Paste and Exit with some texts in TextArea.
1010

1111
Answer:- MyDynamicMenu.java
1212

13-
* Question no. 3:- Write a Java program to ask the user if he really wants to close the program or not by using the messageDialog when the user clicks the cross button of the Frame.
13+
* `Question no. 3`:- Write a Java program to ask the user if he really wants to close the program or not by using the messageDialog when the user clicks the cross button of the Frame.
1414

1515
Answer:- MyMessageDialog.java
1616

0 commit comments

Comments
 (0)