A displayed label object is known as the Label. Most
of the times label is used to demonstrate the significance of the other parts of
the GUI. It helps to display the functioning of the next text field. A label is
also restricted to a single line of text as a button. The example below shows
the significance of Label.
In this example, we have added two labels in the applet as shown.
|
Here is the output:
| C:\newprgrm>javac MyLabel.java C:\newprgrm>appletviewer MyLabel.html |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Label View All Comments
Post your Comment