Summary - EZPanel
Java: Summary - EZPanel
Constructors and Methods
Assume: int n, String s....
Constructor
new EZPanel(); Default constructor. Empty, 12 pixel border.
new EZPanel(n); Creates EZPanel with n pixel border.
new EZPanel(title); Creates
EZPanel
Java: EZPanel
Introduction
com.fredswartz.ezgui.EZPanel is a JPanel... and difficult to modify.
EZPanel makes layout much easier to write initially, and vastly easier to modify.
Error checking. This EZPanel convenience layer between
java.awt.GridBagLayout EZPanel provides a simple interface to GridBagLayout, with automatic generation