Search in sources :

Example 1 with DrawablePickerDialog

use of org.shadebob.skineditor.DrawablePickerDialog in project gdx-skineditor by cobolfoo.

the class OptionsPane method showDrawableDialog.

/**
	 * Show drawable picker dialog
	 * @param field
	 */
public void showDrawableDialog(final Field field) {
    DrawablePickerDialog dlg = new DrawablePickerDialog(game, field);
    dlg.show(getStage());
}
Also used : DrawablePickerDialog(org.shadebob.skineditor.DrawablePickerDialog)

Aggregations

DrawablePickerDialog (org.shadebob.skineditor.DrawablePickerDialog)1