//***************************************************************************** // // Beenish Chaudry, Geetika Tewari, Elif Tosun and // Ileana Streinu // // Summer 1999, Fall 1999, Spring 2000 // //***************************************************************************** // // StateClose // constant class StateClose // used for closing the window from window manager // used in BFrameWindowListener // //***************************************************************************** class StateClose{ public final static int bframe = 0; // BFrame sent the message public final static int lframe = 1; // LineFrame sent the message public final static int iframe = 2; // InfoFrame sent the message }