()
| 54 | } |
| 55 | |
| 56 | protected FContainer getContainer() { |
| 57 | FContainer container = dropDownContainer; |
| 58 | if (container == null) { |
| 59 | container = FOverlay.getTopOverlay(); |
| 60 | if (container == null) { |
| 61 | container = Forge.getCurrentScreen(); |
| 62 | } |
| 63 | } |
| 64 | return container; |
| 65 | } |
| 66 | |
| 67 | public void update() { |
| 68 | if (isVisible()) { |
no test coverage detected