在我的Netbeans 7.11应用程序中,我在编辑器模式下有一个额外的独立topcomponent,它不符合我使用GUI-builder指定的最小大小。
选中品牌的“窗口系统”标签中的“在调整Windows大小时尊重最小尺寸”选项。
我的.wsmode文件如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mode PUBLIC
"-//NetBeans//DTD Mode Properties 2.0//EN"
"http://www.netbeans.org/dtds/mode-properties2_0.dtd">
<mode version="2.0">
<name unique="myTopComponent" />
<kind type="view" />
<state type="separated" />
<constraints>
<path orientation="horizontal" number="0" weight="1" />
<path orientation="vertical" number="0" weight="1" />
</constraints>
<bounds x="150" y="150" width="1200" height="670" />
<frame state="0"/>
<empty-behavior permanent="true" />
</mode>
我做错了什么或我错过了什么?