public static final Integer FRAME_CONTENT_LAYER

Convenience object defining the Frame Content layer. This layer is normally only use to position the contentPane and menuBar components of JFrame. Equivalent to Integer.valueOf(-30000).

See also:
JFrame