Class CenteredPanel


public class CenteredPanel extends Panel
Centered Panel to display components.
Author:
pquiring
  • Constructor Details

    • CenteredPanel

      public CenteredPanel()
  • Method Details

    • init

      public void init()
      Description copied from class: Component
      Perform any initialization with the client. Containers should call init() on all sub-components.
      Overrides:
      init in class Panel