diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-11-08 11:04:11 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-11-08 11:04:11 +0000 |
commit | 1f73493c68bf77d3a465e568690b062defaa8d9a (patch) | |
tree | b2c398828723b8d77cc2ee2ffcab4ba242e5078a | |
parent | a6d6d2a06e260c680fbddb2f884da79ddb0c3107 (diff) | |
download | vaadin-framework-1f73493c68bf77d3a465e568690b062defaa8d9a.tar.gz vaadin-framework-1f73493c68bf77d3a465e568690b062defaa8d9a.zip |
removed FrameWindow component
svn changeset:2759/svn branch:trunk
-rw-r--r-- | src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java b/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java index a16f42ce13..b574563653 100644 --- a/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java +++ b/src/com/itmill/toolkit/tests/featurebrowser/PropertyPanel.java @@ -97,8 +97,7 @@ public class PropertyPanel extends Panel implements Button.ClickListener, if (objectToConfigure instanceof AbstractField && !(objectToConfigure instanceof Table || objectToConfigure instanceof Tree)) addFieldProperties(); - if ((objectToConfigure instanceof AbstractComponentContainer) - && !(objectToConfigure instanceof FrameWindow)) + if ((objectToConfigure instanceof AbstractComponentContainer)) addComponentContainerProperties(); // The list of all properties |