Skip to content

Program depicting aspects of JText Fields as a GUI component that is mostly used when it comes to graphics in java.

Notifications You must be signed in to change notification settings

MSH-trojan/Java_21_Text_Field_Test_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java_21_Text_Field_Test_1

Re: private JTextField textField1, textField2, textField3

Class TextFieldTest is a driver and not an ADT class (i.e.there are no objects of TextFieldTest type.

Therefore the use of private is not needed.

The use of private has no impact on the execution of this program.

important thing to note:

the code uses a named action listener. Specifically, the TextFieldHandler class is defined as a private inner class within the TextFieldTest class and implements the ActionListener interface.

This named class is then instantiated and registered as the action listener for the text fields and password field in the GUI.

About

Program depicting aspects of JText Fields as a GUI component that is mostly used when it comes to graphics in java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages