/* Messagebox.java Purpose: Description: History: Thu Nov 24 15:09:25 2005, Created by tomyeh Copyright (C) 2005 Potix Corporation. All Rights Reserved. {{IS_RIGHT This program is distributed under LGPL Version 2.1 in the hope that it will be useful, but WITHOUT ANY WARRANTY. }}IS_RIGHT */ package org.zkoss.zhtml; /** * Represents the message box. * * <p> * You don't create {@link Messagebox} directly. Rather, use {@link #show}. * * <p> * A non-XHTML extension. * * @author tomyeh */ public class Messagebox extends org.zkoss.zul.Messagebox { }