Class background

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class background extends JPanel
Custom Background-Panel Used as the background of every frame and also on many tabs
See Also:
  • Constructor Details

    • background

      public background()
      Constructor to create a new Background
  • Method Details

    • getRound

      public int getRound()
      Get round
      Returns:
    • setRound

      public void setRound(int round)
      Set round
      Parameters:
      round -
    • paint

      public void paint(Graphics g)
      Override the paint method of the panel to create round corners
      Overrides:
      paint in class JComponent
      Parameters:
      g -