Class ImageUtilDemoPanel

java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.extras.demo.panels.ImageUtilDemoPanel

public class ImageUtilDemoPanel extends PanelBuilder
ImageUtil is a utility class that offers a lot of handy functionality around loading, saving, and manipulating images. It's tough to demo ALL of its capabilities, but this demo panel will show off at least some of what it can do.
Author:
scorbo2
  • Constructor Details

    • ImageUtilDemoPanel

      public ImageUtilDemoPanel()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from class: PanelBuilder
      Returns a name for this PanelBuilder.
      Specified by:
      getTitle in class PanelBuilder
      Returns:
      A hopefully descriptive name.
    • build

      public JPanel build()
      Description copied from class: PanelBuilder
      Builds and returns the FormPanel (or technically any JPanel) for this builder.
      Specified by:
      build in class PanelBuilder
      Returns:
      A populated JPanel (or FormPanel).