本文介绍了设置JFace向导的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

我们正在构建一个Eclipse RCP应用程序,并且在设置JFace向导的大小时遇到​​麻烦。该向导是您最大的WizardPage的大小。


I am building an Eclipse RCP application and am having trouble on settings the size of a JFace Wizard.

解决方案

It turns out that the Wizard is the size of your largest WizardPage.

这篇关于设置JFace向导的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 05:20