Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -20,6 +20,16 @@ package org.thdl.tib.scanner;
|
|||
import java.awt.*;
|
||||
import java.awt.event.*;
|
||||
|
||||
/** A non-Swing graphical interfase to be used by applications
|
||||
running on platforms that don't support Swing,
|
||||
to input a Tibetan text (in Roman script only) and
|
||||
display the words (in Roman script only) with their
|
||||
definitions (in Roman script).
|
||||
|
||||
@author Andrés Montano Pellegrini
|
||||
@see WindowScannerFilter
|
||||
*/
|
||||
|
||||
public class SimpleScannerPanel extends ScannerPanel
|
||||
{
|
||||
private TextArea txtInput, txtOutput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue