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

it.tidalwave.javax.swing.JDialog 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.javax.swing;

import it.tidalwave.java.awt.Container;
import it.tidalwave.java.awt.Dialog;
import it.tidalwave.java.awt.Frame;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public class JDialog extends Dialog
  {
    public JDialog (Frame frame, String title, boolean modal)
      {
        throw new RuntimeException("Stub!");
      }

    public JDialog (Dialog dialog, String title, boolean modal)
      {
        throw new RuntimeException("Stub!");
      }

    public JDialog (Dialog dialog, String title)
      {
        throw new RuntimeException("Stub!");
      }

    public void setDefaultCloseOperation (int closeOperation)
      {
        throw new RuntimeException("Stub!");
      }

    public Container getContentPane()
      {
        throw new RuntimeException("Stub!");
      }
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy