Class ColorPickerDialog

java.lang.Object
uibooster.components.ColorPickerDialog

public class ColorPickerDialog
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ColorPickerDialog()  
  • Method Summary

    Modifier and Type Method Description
    static com.bric.colorpicker.ColorPicker createColorPicker()  
    static java.awt.Color showColorPicker​(java.lang.String message, java.lang.String title, java.lang.String iconPath)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • showColorPicker

      public static java.awt.Color showColorPicker​(java.lang.String message, java.lang.String title, java.lang.String iconPath)
    • createColorPicker

      public static com.bric.colorpicker.ColorPicker createColorPicker()