javauis/lcdui_qt/src/javax/microedition/lcdui/Display.java
changeset 87 1627c337e51e
parent 72 1f0034e370aa
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
   288                     setCurrent(alert, currentDisplayable);
   288                     setCurrent(alert, currentDisplayable);
   289                 }
   289                 }
   290             }
   290             }
   291             else
   291             else
   292             {
   292             {
   293                 if(displayable.isPopup())
   293                 if(displayable.isPopup() && displayable instanceof TextBox)
   294                 {
   294                 {
   295                     TextBox textbox = (TextBox) displayable;
   295                     TextBox textbox = (TextBox) displayable;
   296                     if(currentDisplayable == null)
   296                     if(currentDisplayable == null)
   297                     {
   297                     {
   298                         // if PopupTextBox is first Displayable
   298                         // if PopupTextBox is first Displayable