| Issue 38: | add detection of flag "isDesignTime" to support gui designer tool | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
(No comment was entered for this change.)
Status:
Fixed
|
add on SwingEngine class the following static method public static boolean isDesignTime( ) { return Boolean.getBoolean("org.swixml.designTime"); }