java项目“文件查找器”的界面设计
我正在用java开发一个文件查找器项目。 我必须设计用户交互和访问数据库的界面。 我想知道我需要使用的小程序的基本项目是什么。
我添加了两个组合框和标签,一个用于文件扩展名,另一个用于文件名和一个提交按钮。还有其他必要的项目吗?
提前致谢。
I am working on a project File Finder in java.
I have to design the interface from where user interacts and access database.
I want to know what are the basic items of applet i need to use for it.
I have added two combo boxes and labes one for file extension and other for file name and a submit button.Are there any other items neccessary for it?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了可用性,您应该只有一个文本字段,用户可以在其中执行像 google 一样的查询。文本字段应在按 Enter 键时执行搜索或添加名为“搜索”的附加按钮。
For usability you should have only one text field where the user can perform the queries like google has. the text field should perform the search when pressing the enter key or add an additional button named "search."