As part of the Java Foundation Classes (JFC), the Abstract Window Toolkit (AWT) is the foundation graphical user interface (GUI) for all Java-based programs.
What is z-order? Java:API:AWT:Layouts John Zukowski PREMIUM, Jun 30, 2005 To understand z-order, think first of x and y positioning. The x-y coordinate space places position (0, 0) at the top-left corner of the screen. Increasing...