Class WebbRoundedJPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
PuzzleSideScreen

public class WebbRoundedJPanel extends JPanel
A JPanel that has rounded corners.
See Also:
  • Constructor Details

    • WebbRoundedJPanel

      public WebbRoundedJPanel()
      Creates a new WebbRoundedJPanel with 15px rounded corners.
    • WebbRoundedJPanel

      public WebbRoundedJPanel(int roundWidth, int roundHeight)
      Creates a new WebbRoundedJPanel.
      Parameters:
      roundWidth - The width of the rounded corners.
      roundHeight - The height of the rounded corners.
  • Method Details