00:01
The person asks us to describe a component from a text editor gui in the methods that it encapsulates.
00:06
So a text editor gui can be made using java swing application.
00:12
And swing is essentially a gui widget toolkit for java.
00:17
It's part of oracle java foundation classes.
00:21
This is part of jfc, which is an api for providing graphical user interface of gui for java programs.
00:27
And one of the components, the rest has to describe a component, one of the components of swing is that's used to create a text editor, gui is called j -text area.
00:39
So this component, this object of a j -text area class, is a multi -line region that displays text, and it allows the editing of multiple line text as well.
00:51
And what it does, it actually will inherit the j -text component class and the j -text component class, which encapsulate, the methods that are all encapsulated in j .a .t .t .x.
01:15
Area through j .a .t .x...