Note that, unlike the javax.swing.JTextArea, pressing the TAB key while the keyboard focus is in the JTextArea will not cause a tab to be inserted; instead, it will move the keyboard input focus to the next focus-traversable component (if there is one). This is because (in javax.swing) the user can user can use the mouse to move the keyboard input focus away from the JTextArea, whereas CHARVA has no mouse support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|