fixed a bit the interface for the handheld version of the translation tool.
This commit is contained in:
parent
07c045341b
commit
353db0c352
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ public class SimpleScannerPanel extends ScannerPanel implements ItemListener
|
|||
|
||||
panel1 = new Panel(new BorderLayout());
|
||||
// txtInput = new TextArea("",1,1,TextArea.SCROLLBARS_VERTICAL_ONLY);
|
||||
if (landscape) txtInput = new TextArea("", 2, WIDTH_LANDSCAPE, TextArea.SCROLLBARS_VERTICAL_ONLY);
|
||||
else txtInput = new TextArea("", 3, WIDTH_PORTRAIT, TextArea.SCROLLBARS_VERTICAL_ONLY);
|
||||
if (landscape) txtInput = new TextArea("", 3, WIDTH_LANDSCAPE, TextArea.SCROLLBARS_VERTICAL_ONLY);
|
||||
else txtInput = new TextArea("", 4, WIDTH_PORTRAIT, TextArea.SCROLLBARS_VERTICAL_ONLY);
|
||||
//panel1.add(txtInput);
|
||||
panel1.add(txtInput, BorderLayout.NORTH);
|
||||
listDefs = new List();
|
||||
|
|
Loading…
Reference in a new issue