Fantom

 

//
// Copyright (c) 2011, Brian Frank and Andy Frank
// Licensed under the Academic Free License version 3.0
//
// History:
//   13 Dec 2011  Andy Frank  Creation
//

using fwt
using gfx

**
** Pale blue themed TreeList.
**
@NoDoc
@Js
class PaleTreeList : TreeList
{
  // force peer
  private native Void dummy()
}