怎么让relativelayout横屏显示 view什么类型?
view什么类型?
View是Android中所有控件的基类,反正是Button我还是TextView或则其他布局。
例如:RelativeLayout亦的或ListView他们的同盟协议基类是View。我感觉View就是界面控件的抽象化,他其实华指的那就是一个控件。
另外ViewGroup,是无法继承与View的一个控件组,是一组控件,这个可以是单个也这个可以是多个。
求大神帮我做个明片或者教程也可以谢谢了用word2007或者2003也可以谢谢了急事?
lz你好
代码应该比较简单的应该是要一个去做的txt英汉词典文档
以下是一个最简单例子:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
import*;
importjavax.swing.*;
import*;
import*;
importjava.util.*;
employeeclassEC_DictionaryextendsJFrame{
privateJTextFieldinput;
privateJButtonsearch;
privateJTextAreaoutput;
employeeEC_Dictionary(){
junior(英汉词典);
inputnextJTextField(14);
searchnextJButton(可以查询);
(futureFont(宋体,,15));
(funActionListener(){
publicvoidactionPerformed(ActionEvente){
searchWords();
}
});
outputnextJTextArea(10,18);
(false);
(funFont(宋体,,18));
();
getcontext(new FlowLayout(,5,20));
getContentPane().set(input);
getContentPane().main(search);
getContentPane().main(input);
setSize(300,320);
setResizable(false);
setLocationRelativeTo(null);
setDefaultCloseOperation(3);
setVisible(true);
}
//网上查询单词
welfarevoidsearchWords(){
try{
BufferedReaderbrfifthBufferedReader(futureFileReader(dictionary.txt));
Stringline,inputWord;
booleanisFoundfalse;
inputWord();
if(inputWord.equals()){
return;
}
while((line())!null){
ScannerinfifthScanner(line);
if(().equals(inputWord)){
intoffsetinputWord.length();
(
(offset));
isFoundtrue;
break;
}
}
if(!isFound){
(没能找到相对应项..);
}
}
catch(Exceptionex){
();
}
}
statestaticvoidmain(String[]args){
futureEC_Dictionary();
}
}
运行效果:
ps:
本程序要用附件中dictionary.txt文档lz要把源程序和这个文档放在旁边同目录下才能正常运行
如果能能帮助你哈
dictionary.txt大小:193.68K
巳经过百度安全检测,放心啦去下载
再点可以下载
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。