博客
关于我
JavaFX之Scene Builder详细使用说明之菜单篇(7)——Insert、Window、Help菜单
阅读量:265 次
发布时间:2019-03-01

本文共 460 字,大约阅读时间需要 1 分钟。

目录

Insert菜单

Window菜单

Help菜单

总结

Insert菜单

Insert菜单项下的各个菜单项实际上对应了左边Library面板中的各个控件。通过Insert菜单的点击,可以实现这些控件的插入操作。需要注意的是,左边的Library面板上的控件可以进行拖拽布局以满足不同的需求。

Window菜单

Window菜单主要用于切换当前打开的FXML窗口界面,用户可以在这里进行窗口的切换操作。

Help菜单

Help菜单提供了关于Scene Builder软件的使用说明和帮助信息。打开该菜单可以访问JavaFX的官方文档资源。

总结

在实际使用中,最常用且重要的功能菜单是Show Sample Controller Skeleton。其他如Show Preview in Window等菜单功能虽然实用,但使用频率较低。熟悉核心菜单即可满足大部分开发需求。

菜单篇将提及所有相关功能,下一篇将深入探讨Scene Builder中的常用控件使用方法。

关注微信公众号【Java实例程序】获取更多技术资讯:

转载地址:http://fzkx.baihongyu.com/

你可能感兴趣的文章
Orderer节点启动报错解决方案:Not bootstrapping because of 3 existing channels
查看>>
org.apache.ibatis.exceptions.PersistenceException:
查看>>
org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned
查看>>
org.apache.ibatis.type.TypeException: Could not resolve type alias 'xxxx'异常
查看>>
org.apache.poi.hssf.util.Region
查看>>
org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit(I)Lorg/apache/xmlbeans/XmlOptions;
查看>>
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /
查看>>
org.hibernate.HibernateException: Unable to get the default Bean Validation factory
查看>>
org.hibernate.ObjectNotFoundException: No row with the given identifier exists:
查看>>
SQL-CLR 类型映射 (LINQ to SQL)
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
查看>>
org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size exceeded
查看>>
org.tinygroup.serviceprocessor-服务处理器
查看>>
org/eclipse/jetty/server/Connector : Unsupported major.minor version 52.0
查看>>
org/hibernate/validator/internal/engine
查看>>
Orleans框架------基于Actor模型生成分布式Id
查看>>
SQL-36 创建一个actor_name表,将actor表中的所有first_name以及last_name导入改表。
查看>>
ORM sqlachemy学习
查看>>
Ormlite数据库
查看>>