Search in sources :

Example 1 with ColorPickerDialog

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

the class OptionsPane method showColorPickerDialog.

/**
	 * Show color picker dialog
	 */
public void showColorPickerDialog(final Field field) {
    ColorPickerDialog dlg = new ColorPickerDialog(game, field);
    dlg.show(getStage());
}
Also used : ColorPickerDialog(org.shadebob.skineditor.ColorPickerDialog)

Aggregations

ColorPickerDialog (org.shadebob.skineditor.ColorPickerDialog)1