From: Matti Tahvonen Date: Thu, 8 Nov 2007 11:04:11 +0000 (+0000) Subject: removed FrameWindow component X-Git-Tag: 6.7.0.beta1~5625 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f73493c68bf77d3a465e568690b062defaa8d9a;p=vaadin-framework.git removed FrameWindow component svn changeset:2759/svn branch:trunk --- 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