Issue 38: add detection of flag "isDesignTime" to support gui designer tool
Status:  Fixed
Owner:
Closed:  Dec 2009
Project Member Reported by bartolom...@gmail.com, Dec 7, 2009
To support the gui designer tool .. we need to detect, at runtime, if the
framework has used in "production environment" or "designer environment"

Dec 7, 2009
Project Member #1 bartolom...@gmail.com
add on SwingEngine class the following static method

  public static boolean isDesignTime( ) {
      return Boolean.getBoolean("org.swixml.designTime");
  }

Dec 7, 2009
Project Member #2 bartolom...@gmail.com
(No comment was entered for this change.)
Status: Fixed