- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
String message = myObj.getMessage();
if (!message.equals("")) {
if (showDialog(s)) {
method1();
method2();
method3();
}
} else {
method1();
method2();
method3();
}
Мистер Хэнки 29.06.2010 13:30 # −4
Анонимус 29.06.2010 13:44 # +4
message.equals("") не пахуч?
Lure Of Chaos 29.06.2010 16:41 # 0