Eclipse RCP 主窗口无法调整大小
有谁知道如何禁用调整 Eclipse 应用程序主窗口大小的可能性
非常感谢
does anyone know how to disable the possibility of resizing the main window of my Eclipse application
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用限制性的 ShellStyle,如 此线程 以及详细的在此 (
SWT.DIALOG_TRIM
):You can try a restrictive ShellStyle, as suggested in this thread and detailed in this one (
SWT.DIALOG_TRIM
):