Adds fill components to empty cells in the first row and first column of
the grid. This ensures that the grid spacing will be the same as shown in
the designer.
Parameters: cols - an array of column indices in the first row where fillcomponents should be added. Parameters: rows - an array of row indices in the first column where fillcomponents should be added.
Helper method to load an image file from the CLASSPATH
Parameters: imageName - the package and name of the file to load relative to theCLASSPATH an ImageIcon instance with the specified image file throws: IllegalArgumentException - if the image resource cannot be loaded.
Methods inherited from com.jeta.open.gui.framework.JETAPanel