All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.tidalwave.java.awt.GraphicsEnvironment Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
/***********************************************************************************************************************
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 **********************************************************************************************************************/
package it.tidalwave.java.awt;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public abstract class GraphicsEnvironment
  {
    public static synchronized GraphicsEnvironment getLocalGraphicsEnvironment()
      {
        throw new RuntimeException("Stub!");
      }

    public abstract GraphicsDevice getDefaultScreenDevice()
      throws HeadlessException;

    public static boolean isHeadless()
      {
        throw new RuntimeException("Stub!");
      }
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy