Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[JAVA] Checando se a string é válida
ricop522
Apr 10th, 2012
128
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
// No botão
String
digitado
=
fieldDigitar.
getText
(
)
;
if
(
digitado.
charAt
(
0
)
!=
" "
)
{
System
.
out
.
println
(
" "
+
digitado
+
" é válido. "
)
;
}
// Fim
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE 9
JavaScript | 1 sec ago | 0.07 KB
Make $200 in 15 minutes R
JavaScript | 7 sec ago | 0.07 KB
FREE BTC GUIDE P
JavaScript | 37 sec ago | 0.07 KB
Make $200 in 15 minutes 9
JavaScript | 39 sec ago | 0.07 KB
MAKE $900 INSTANTLY 4
JavaScript | 46 sec ago | 0.07 KB
MAKE $900 INSTANTLY P
JavaScript | 48 sec ago | 0.07 KB
Make $200 in 15 minutes F
JavaScript | 1 min ago | 0.07 KB
Make $200 in 15 minutes J
JavaScript | 1 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!