Class StylePaletteEditorDialog

java.lang.Object
lu.kbra.modelizer_next.ui.dialogs.StylePaletteEditorDialog

public final class StylePaletteEditorDialog extends Object
Dialog for creating and editing reusable style palettes.
  • Method Details

    • showDialog

      public static StylePalette showDialog(Component parent)
      Shows the dialog.
      Parameters:
      parent - parent component used for dialog ownership
      Returns:
      the show dialog result
    • showDialog

      public static StylePalette showDialog(Component parent, StylePalette initialPalette)
      Shows the dialog.
      Parameters:
      parent - parent component used for dialog ownership
      initialPalette - initial palette value used by the operation
      Returns:
      the show dialog result