Class CustomGbc

java.lang.Object
java.awt.GridBagConstraints
com.nnamo.view.customcomponents.CustomGbc
All Implemented Interfaces:
Serializable, Cloneable

public class CustomGbc extends GridBagConstraints
Custom GridBagConstraints class that provides a more manageable way to set the properties of a GridBagConstraints object.

This class allows you to chain method calls to set the properties of the GridBagConstraints object, making it easier to read and maintain, with a simil Builder Pattern.

Author:
Riccardo Finocchiaro
See Also:
  • Constructor Details

    • CustomGbc

      public CustomGbc()
  • Method Details