Click here to Skip to main content
15,892,643 members

Comments by VINEET MENDON (Top 6 by date)

VINEET MENDON 12-Feb-22 0:48am View    
thank you sir
VINEET MENDON 7-Feb-22 8:40am View    
thank you soo much
VINEET MENDON 28-Jan-22 9:39am View    
thank-you sir for the help it actually worked
VINEET MENDON 26-Jan-22 11:34am View    
ok got it
VINEET MENDON 26-Jan-22 2:32am View    
I tryied this:
String m= e.getActionCommand();
if (m.charAt(0) >= '0' && m.charAt(0) <= 9)

but still this code
if (e.getSource() == b1) t.setText(t.getText().concat("1"));
is printing 0.0 in text area