Java AWT Button
The button class is used to create a labeled button that has platform independent implementation. The application result in some action when the button is pushed.
AWT Button Class declaration
Java AWT Button Example
Java AWT Button Example with ActionListener
ava AWT Label
The object of Label class is a component for placing text in a container. It is used to display a single line of read only text. The text can be changed by an application but a user cannot edit it directly.
Comments
Post a Comment