Package org.minueto.window

The org.minueto.window package contains all the classes related to creating a drawing surface for the Minueto application, weither it be a window or a panel.

See:
          Description

Interface Summary
MinuetoWindow Interface describing the minimum functionality provided by all implementation of Minueto.
 

Class Summary
MinuetoFrame The MinuetoPanel class allows you to create a window (not fullscreen).
MinuetoFullscreen The MinuetoFullscreen class allows you to create a full screen window.
MinuetoPanel The MinuetoPanel class allows you to create a Panel which can be inserted inside your Swing/AWT application.
 

Exception Summary
MinuetoUnsupportedDisplayModeException Thrown by the MinuetoFullscreen constructor to indicate that the desired display mode is not available.
MinuetoWindowAlreadyInitializedException Thrown by the MinuetoWindow constructor to indicate that a MinuetoWindow has already been initialized.
MinuetoWindowInvalidStateException Thrown by MinuetoWindow when one of several specific method is called while the window is in an invalid state.
MinuetoWindowNotInitializedException Thrown by several methods in the Minueto Package to indicate that MinuetoWindow must be initialized before calling this method.
 

Package org.minueto.window Description

The org.minueto.window package contains all the classes related to creating a drawing surface for the Minueto application, weither it be a window or a panel.