Thread: Event Handling
View Single Post
  #2 (permalink)  
Old 05-07-2007, 04:33 PM
pegitha pegitha is offline
Member
 
Join Date: Apr 2007
Location: Indiana
Posts: 84
pegitha is on a distinguished road
Send a message via Skype™ to pegitha
Well, I have a few questions.
first of all do you know you have this code twice:
Code:
if (c == back){ //Selecciono comando “Atrás” pantalla.setCurrent(listas[0]); }if (c == back){ //Selecciono comando “Atrás” pantalla.setCurrent(listas[0]); }
Exactly what Command package are you using? I see you are using the "==" instead of ".equals" .
Just two thoughts right off the top of my head without knowing your imports.
p
Reply With Quote