Skip to content

Commit 6b6b8f0

Browse files
committed
clarity about UI
1 parent 5cd43c7 commit 6b6b8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/doc/Differences.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ component "uiClass" (one per component, such as BasicButtonUI or BasicTextFieldU
373373
Peers are native objects of the operating system. These are the virtual buttons and text areas
374374
that the user is interacting with at a very base level. They are chunks of low-level code that
375375
paint the screen to give the illusion that you really are pressing a button or typing text
376-
ot the screen. Their events are being passed on to Java or the browser by the operating system.
376+
to the screen. Their events are being passed on to Java or the browser by the operating system.
377377

378378
UI classes provide a consistent "look and feel" for these native objects, rendering them onto
379379
the native window canvas and handling all user-generated events. They paint the borders,

0 commit comments

Comments
 (0)