||| Copyright (C) 1998-2007, Sumisho Computer Systems Corp.  All Rights Reserved.
|||
||| Maintained by: Curl Solutions
{curl 5.0, 6.0, 7.0 applet}
{applet manifest = "manifest.mcurl"}

{import * from COM.CURL.CSK.EXTRAS.CHINESE-CHECKERS}

{api-version-switch
 case "6.0" do
    {import * from COM.CURL.GUI.STYLED-CONTROLS}
    {install-style-sheet
        {manifest-url "file", "DEFAULT-STYLE-SHEET"}
    }
}

{let graphic:Graphic = 
    {VBox
        background="#FFFFCC",
        halign="center",
        spacing=15pt,
        border-width=10pt,
        {center
            {title color="purple", Chinese Checkers}
        },
        {value display-box}
    }
}

{value graphic}
