One specific aspect of this library was the framework for rapid GUI development based on PyGTK.
这个库的一个特色是用于基于PyGTK 的快速GUI开发的框架。
Image data: Swing components: Representation of the more commonly used Swing components for GUI development.
图像数据:Swing组件:GUI开发常用的Swing组件的表示。
The utilities in the Accessibility Toolkit handle the following aspects of the accessible GUI development process
可访问性工具箱中的实用程序处理可访问GUI开发过程中的以下方面
Finally, I demonstrated how you can follow best practice by creating a library of methods and classes to ease GUI development.
最后演示了如何按照最佳实践创建方法和类的库,从而简化GUI开发。
As you could see above, you have a variety of options to consider whenever you want to accelerate your GUI development with GTK +.
正如在上面所看到的,只要希望使用GTK +加速您的GUI开发,就有大量不同的选项供选择。
Meanwhile we still support all the features we had before including great intellisense and drag and drop GUI development for IronPython.
在支持所有特性的同时,我们还包括了强大智能感知功能,和用于IronPython的GUI拖拽开发功能。
AC: What's your opinion on the current status quo regarding GUI development in Ruby, and what vision led you to start the Anvil project?
AC:你对Ruby方面GUI开发的现状有什么看法呢? 又是什么想法促使你启动了Anvil项目?
So, when combining MATLAB toolbox and VB GUI development together, the oil spill response decision support system can be integrated seamlessly.
因此,将MATLAB强大的工具箱功能和VB在图形用户界面开发方面的优势结合起来,实现溢油应急决策支持系统的无缝集成。
Even though JRuby makes GUI development with Swing more comfortable, you still have to write a lot of code manually, especially when you need to use complex layouts.
尽管JRuby使得用Swing开发GUI变得更方便,但是你还是需要手写很多代码,当需要复杂布局时更是如此。
With the arrival of GUI-based operating systems like Windows, platforms for GUI development relied on complex event models to design and build standalone applications.
随着象Windows这样基于GUI操作系统的出现,GUI开发平台依靠复杂事件模型来设计和构建单个应用。
Most GUI development environments allow the developer to define screen layout with a graphical editor that allows you to drag and drop the controls onto a space for the form.
多数的GUI开发环境中允许开发人员通过将控件拖拽到窗体上的方法来定义界面的布局。这也就是窗体布局。
GUI frameworks are not always well documented, and the amount of required code can grow quickly, slowing down development workflow.
GUI框架并不是总是拥有良好的文档,需要的代码量可能迅速增长,拖慢开发工作流。
This allows testing teams to develop functional GUI tests in parallel with the development team, focusing on the requirements instead of the implementation.
这样,测试团队就可以与开发团队并行开发功能GUI测试,并且将精力放在需求而非具体实现上了。
The use of Observer in this way lets the controller be separated from the model, and the model be separated from the view, simplifying the development of GUI applications.
用这种方式使用观察者,可以让控制器与模型分离,让模型与视图分离,从而简化gui应用程序的开发。
This approach includes a process known as user experience design (UXD), where the GUI is designed by a product team rather than the development team.
这种方式包含一个称为用户体验设计(uxd)的流程,在这个流程中由产品团队而不是开发团队设计gui。
GUI testing is much more time-consuming and difficult than unit testing and thus often neglected, even in generally test-driven development teams.
与单元测试相比,GUI测试要耗时和困难的多,即使是在测试驱动的开发团队中,因此也常被忽视。
There is a significant effort required to individually check each and every GUI element for compliance, and very few development shops have access to assistive devices for testing.
要逐个检查每个GUI元素是否符合要求需要付出很多努力,而很少有软件开发公司对辅助设备进行过测试。
The goal is to speed development by getting developers to focus more on business logic of an application and less on the overall GUI framework and look and feel issues.
目的是通过让开发者更专注于一个应用的业务逻辑,避免在GUI框架和外观等问题上下花费过多时间,进而加速开发过程。
Using a GUI to define a view for an existing XML schema, a developer can develop programs and make modifications repeatedly in short development cycles.
开发人员可以使用 GUI为已有的XML模式定义一个视图,从而能够在很短的开发周期内开发程序和重复地作出修改。
GUI testing usually can't be done well until late in the development cycle when the GUI is fully defined.
GUI测试通常只有在整个开发周期的后期才能很好地得到测试,这是因为只有这那个时候GUI才得到完整的定义。
Also required is an integrated development environment that is aware of all of the ways that the GUI control objects can be manipulated and verified.
还需要的是一个知道所有控件及验证GUI控件对象方法的集成开发环境。
Unit testing, test-first programming, and test-driven development do not have to be implemented in JUnit, any more than GUI programming must be done with Swing.
单元测试、测试先行的编程和测试驱动的开发并非都要在JUnit中实现,任何比较GUI的编程都必须用Swing来完成。
It also provides a simple GUI interface and catalog of existing feeds for rapid development of a mashup solution.
它还提供简单的GUI界面和现有feed的编目,让用户能够快速地开发mashup解决方案。
This consistent output lends itself exceptionally well for GUI toolkit programming, or cross-platform application development.
这种一致的输出使cairo非常适合GUI工具集编程和跨平台应用程序开发。
The GUI framework for Silverlight, WPF, represents the future of Windows development.
作为Silverlight的GUI框架,WPF代表了Windows开发的未来。
You'll omit some typical steps, such as developing an Eclipse plug-in GUI, but you'll concentrate on Derby in plug-in development.
开发eclipse插件GUI这类典型步骤将被忽略,您将重点关注于用Derby进行插件开发。
While the GUI DSL is a good first step in easing Eclipse development with Ruby, it might just be the tip of the iceberg.
在简化使用Ruby进行Eclipse开发上,GUIDSL是一个好的开始,但仅仅是冰山一角。
As a simple example of validating a development Swing GUI (where the code is accessible), I selected a small project I worked on a number of years ago for a binary file editor.
作为验证swingGUI开发的简单示例(其中的代码是可访问的),我选择几年前为一个二进制文件编辑器开发的小项目。
This will be an example to explain the test-driven development in how to address GUI unit test.
本文将通过一个例子来讲解在测试驱动开发中如何针对GUI进行单元测试。
This will be an example to explain the test-driven development in how to address GUI unit test.
本文将通过一个例子来讲解在测试驱动开发中如何针对GUI进行单元测试。
应用推荐