Package zombie.ui

Class ListBox

java.lang.Object
zombie.ui.UIElement
zombie.ui.ListBox

public class ListBox
extends UIElement
  • Field Details

    • background

      public Color background
    • selColour

      public Color selColour
    • selColourDis

      public Color selColourDis
    • itemHeight

      public int itemHeight
    • topIndex

      public int topIndex
    • Selected

      public int Selected
    • LastSelected

      public int LastSelected
    • Items

      public java.util.Stack Items
  • Constructor Details

    • ListBox

      public ListBox​(java.lang.String name, UIEventHandler messages)
  • Method Details