()
| 113 | } |
| 114 | |
| 115 | public boolean next() { |
| 116 | if(size()>0) { |
| 117 | popUps.removeElementAt(0); |
| 118 | scrollable=SCROLLABLE_NONE; |
| 119 | startLine=0; |
| 120 | return true; |
| 121 | } |
| 122 | return false; |
| 123 | } |
| 124 | |
| 125 | private void scrollDown() { |
| 126 | if (scrollable==SCROLLABLE_DOWN || scrollable==SCROLLABLE_BOTH) { |
no test coverage detected