Class TextureComboBox

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IValidable

public class TextureComboBox extends JPanel implements IValidable
See Also:
  • Constructor Details

    • TextureComboBox

      public TextureComboBox(MCreator mcreator, TextureType textureType)
    • TextureComboBox

      public TextureComboBox(MCreator mcreator, TextureType textureType, boolean showEmpty)
    • TextureComboBox

      public TextureComboBox(MCreator mcreator, TextureType textureType, boolean showEmpty, String defaultTextureName)
  • Method Details