public class PamPanelTiler
extends Object
Class to lay out windows within a JDesktopPane
- Author:
- Doug
-
Constructor Summary 
Constructors
-
Method Summary 
void
void
auto tile the windows
always have zero or one more window in x than in y and increase until
there are enough spaces in the grid.
void
void
-
Constructor Details 
-
PamPanelTiler 
-
Method Details 
-
tile 
public void tile()
auto tile the windows
always have zero or one more window in x than in y and increase until
there are enough spaces in the grid.
-
tileHorizontal 
public void tileHorizontal()
-
tileVertical 
public void tileVertical()
-
cascade 
public void cascade()
-