Class TextureChooserDialog

All Implemented Interfaces:
ItemAddedListener<TextureWithMetadata>, ItemRemovedListener<TextureWithMetadata>, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class TextureChooserDialog extends JPanel implements ItemAddedListener<TextureWithMetadata>, ItemRemovedListener<TextureWithMetadata>

The TextureChooserDialog class allows for selecting a TextureWithMetadata that has been previously loaded by the TextureFactory. This class also provides access to the TextureFactoryDialog for loading additional meshes.

TODO In the future it would be nice to count references and unload it when no longer needed.

See Also: