单词 | JavaFX | ||||||||||||
释义 | JavaFX
更多释义 收起释义 例句释义: 应用,中的,实现 1. It has been about a year since JavaFX was announced, what are your experiences with it to this point? JavaFX发布已经将近一年了,你有哪些与此相关的经验呢? www.infoq.com 2. At heart, JavaFX is a JVM-based domain language for constructing rich user interfaces, as well as a set of APIs for that language. 实质上,JavaFX是一个基于JVM的域语言用来构建富用户界面,以及作为语言的一套API。 www.bing.com 3. There has been much debate over whether JavaFX is really open source, and the JavaFX FAQ does not seem to provide a clear answer. 关于JavaFX是否是开源产品争议较大,JavaFXFAQ也没有提供一个明确的回答。 www.ibm.com 4. If it needs to interact with other Java components and libraries, JavaFX is a good choice for your UI layer. 如果我们需要的应用跟其他Java组件和库有很强的交互性,对UI层来说JavaFX就是一个好的解决方案; www.bing.com 5. It's easier to code for mobile with JavaFX too, and easier to test, due to the same programming model being used for desktop and mobile. 用JavaFX编写移动设备的代码很简单,而且易于测试,因为桌面和移动端使用的是相同的编程模式。 www.bing.com 6. With a good architecture, and clean seperation of your UI layer, it should be possible to move your UI code to JavaFX. 如果有好的架构、UI层的清晰分离,将UI代码移动到JavaFX中是有可能的。 www.bing.com 7. Unlike the Java language, JavaFX Script does not require you to specify a variable's type in its declaration. 与Java语言不同,JavaFXScript不要求在声明中指定变量的类型。 www.ibm.com 8. You do not have to be an expert Java programmer to create a JavaFX application, but familiarity with Java is helpful. 创建JavaFX应用程序并不要求您是专业Java程序员,但是熟悉Java非常有帮助。 www.ibm.com 9. Additionally, the individual named layers can be referenced and manipulated visually (and, of course, programatically) in JavaFX Composer. 除此之外,还可以通过JavaFXComposer引用每个层并可视化(当然了,还可以编程的方式)地操纵他们。 www.infoq.com 10. JavaFX has a return keyword that works just as you would expect, but it is optional. JavaFX有一个可选的关键字return,它可以根据要求进行工作。 www.ibm.com 1. From talking to the JavaFX team, it seems that this issue will be addressed in future releases. 从我跟JavaFX团队的交流中获悉,这些问题将在以后的版本中解决。 www.bing.com 2. JavaFX is not just a new technology for creating RIAs, but it is also a new programming language. JavaFX不仅仅是一种用于创建RIA的新技术,它还是一种新的编程语言。 www.ibm.com 3. Overall performance of JavaFX UI Controls is estimated to be 50% faster and with a reduction of 33%-50% in memory usage. JavaFXUI控件的总体性能提高了50%,内存的占用率降低了33%-50%。 www.infoq.com 4. The PR team continues to trumpet the technology as the next big thing, but the demonstrations are underwhelming at best. 尽管PR仍在媒体中大肆宣扬JavaFX是下一个重量级技术,但事实证明一切。 www.bing.com 5. In JavaFX Script, a function can contain variable declarations and a return statement, all contained within curly braces. 在JavaFXScript中,函数可以包含变量声明和一个返回语句,所有语句都包含在花括号中。 www.ibm.com 6. The very first line of the searchFlickr method uses the JavaFX keyword "delete" to clear the data out of the pics sequence. searchFlickr方法的第一行使用JavaFX关键字“delete”清除pics序列中的数据。 www.ibm.com 7. I think it is too early to tell on this one, but JavaFX has certainly stirred up the development community in an amazing way. 我认为现在就此作出任何评论都为时过早,但是JavaFX的确已经以令人惊讶的方式激发起了开发社区的热情。 www.infoq.com 8. JavaFX Composer supports the notion of JavaFX states, which describe the configuration of an object at a given time. JavaFXComposer支持JavaFX状态的概念,状态描述了对象在某个时间点的情况。 www.infoq.com 9. Embedding JavaFX in Java - It would be great to have a fully supported mechanism for embedding JavaFX in Java. 在Java中内嵌JavaFX——如果有全面的支持机制能够在Java中嵌入JavaFX,那太好了。 www.infoq.com 10. JavaFX leverages many of the objects in Swing, but it makes them easier to use thanks to its convenient syntax. JavaFX利用了很多Swing对象,但是得益于其方便的语法,这些对象更加易于使用。 www.ibm.com 1. This article walks you through the basics of the JavaFX Script language and uses a sample application to introduce some UI components. 本文讲解JavaFXScript语言的基础,并通过一个示例应用程序介绍一些GUI组件。 www.ibm.com 2. The marketing definition of JavaFX is a set of products and technologies for creating rich user experiences. JavaFX的市场定义是一套用来创建丰富用户体验的产品和技术。 www.infoq.com 3. JavaFX Script applications will be able to use this plug-in just like Java applications do. JavaFX脚本应用程序可以像Java程序那样使用这个插件。 www.infoq.com 4. I would also love to see an update to the JavaFX IntelliJ plug-in that showed a lot of promise. 我也乐见包含了许多允诺的IntelliJJavaFX插件的更新问世。 www.infoq.com 5. InfoQ: There's been a lot of comment in the community about mixing and matching JavaFX and Swing. InfoQ:社区中有许多关于混合及匹配JavaFX和Swing的评论。 www.infoq.com 6. I believe the two strongest advantages of JavaFX are the Java integration and Mobile Platform. 我认为JavaFX的两个主要优势是:Java集成和手机平台。 www.infoq.com 7. So far you have seen JavaFX's declarative style of syntax used in many places to construct new objects. 到目前为止,您已经了解如何在不同位置使用JavaFX声明式语法构造新的对象。 www.ibm.com 8. I think it was still a little easier in Flex, but I was quite impressed at the results in JavaFX. 我觉得用Flex实现更简单一些,但JavaFX的实现结果还是给我留下了深刻的印象。 www.infoq.com 9. The JavaFX composer lets people visually manipulate an application, dragging and dropping components on the screen and arranging them. 凭借JavaFXComposer,开发者们能以可视化的方式操纵应用、在屏幕上拖拽组件并进行布局。 www.infoq.com 10. Although JavaFX Script differs in syntax from Java code, much of the underlying technology is the same. 虽然JavaFXScript在语法上与Java代码有所区别,但是大部分底层技术是相同的。 www.ibm.com 1. When JavaFX was first introduced at JavaOne in 2007, it was billed as a technology for creating rich user experiences. 当JavaFX在2007年首次引入JavaOne时,它被当作一种可以创建丰富用户体验的技术。 www.ibm.com 2. JavaFX will insert the instance variables into the place holders in the string denoted using curly-braces. JavaFX将把实例变量插入到使用花括号表示的字符串的占位符中。 www.ibm.com 3. Notice that JavaFX is statically typed, with the type declared as a suffix to the variable's name. 注意,JavaFX是静态输入的,其类型被声明为变量名的后缀。 www.ibm.com 4. The JavaFX support features a visual designer tool, as well as a code editor. JavaFX支持提供了一个可视化的设计工具和一个代码编辑器。 www.infoq.com 5. It appears that Sun believes this too, since they have taken the initiative to redesign the plug-in and to create JavaFx. 看起来Sun也这么认为,因为他们已经率先设计插件创建JavaFX。 www.bing.com 6. This file can be placed in the JavaFX application and visually previewed in the JavaFX Composer. 这个文件可以放在JavaFX应用中,通过JavaFXComposer预览。 www.infoq.com 7. I believe there will still be a place for Swing to build traditional client UIs, especially until JavaFX matures. 我相信使用Swing构建传统客户端UI仍会有用武之地,特别是在JavaFX成熟之前。 www.infoq.com 8. JavaFX 2 represents a major update to the client-side Java stack, offering an alternative to the entire client layer of the JavaSE platform. JavaFX2.0代表客户端Java产品族最重要的更新,提供了JavaSE平台整个客户端层的替代品。 www.infoq.com 9. However, because JavaFX Script is statically typed, a declared variable's type must remain the same throughout its life cycle. 但是,由于JavaFXScript是静态类型的,声明的变量的类型在其生命周期中必须始终保持一致。 www.ibm.com 10. InfoQ: What advice would you give to someone considering adopting JavaFX for an enterprise application now? InfoQ:你对那些考虑在企业应用中采用JavaFX的人们有什么样的建议呢? www.infoq.com 1. Of course, JavaFX will not lose those advantages that have been well established by Java, such as Write Once, Run Anywhere. 当然,JavaFX也不放抛弃JAVA所拥用的优势,如一次写入,终生运行。 www.elanso.com 2. JavaFX was designed to be amenable to the "lambda" language feature planned for Java SE 8. JavaFX设计适合于JavaSE8中“lambda”语言特性计划。 www.infoq.com 3. Then other technologies were searched upon and JavaFX emerged as the winner. 接着开始去寻找其他技术,JavaFX脱颖而出。 www.infoq.com 4. "We plan to open-source all of JavaFX as we work through the program, " said Green. “我们计划在完成这个项目之后开放JavaFX的所有源代码。”Green说。 www.infoq.com 5. Later a designer can update the Photoshop image independently of the JavaFX code. 随后设计师可以独立于JavaFX代码更新这些Photoshop图片。 www.infoq.com 6. This code demonstrates several more key features of the JavaFX language. 这段代码演示了JavaFX语言的更多关键特性。 www.ibm.com 7. JavaFX Mobile is designed for higher end phones, this means it approaches the capabilities of JavaSE. JavaFXMobile是为高端电话设计的,这意味着它具备了JavaSE的能力。 www.infoq.com 8. Since JavaFX Script layers on top of Swing, this strength carries right on through this new language. 既然JavaFX脚本层是在Swing之上,这项优势自然就被继承了下来。 www.infoq.com 9. In rich content web app development, JavaFX will be the strong competitor to AJAX and the Microsoft's SilverLight. 在具有丰富内容的网页开发上,JavaFX将会是AJAX和微软的SilverLight的强有力的竞争对手。 www.elanso.com 10. WidgetFX is an open-source desktop widget platform written in the JavaFX Script language. WidgetFX是一个使用JavaFX脚本语言编写的开源桌面widget平台。 www.infoq.com 1. On the contrary, JavaFX also serves the same purpose but it is quiet well documented and supported. 相反,JavaFX也解决同一问题,但它有很好的文档和支持。 www.infoq.com 2. JavaFX Script may also offer some components and other GUI objects that simply aren't available in Swing itself. JavaFX脚本也提供了一些Swing中并不包含的组件和其他GUI对象。 www.infoq.com 3. JavaFX Mobile is a complete mobile stack & implementation. JavaFXMobile是一个完整的移动套件和实现。 www.infoq.com 4. Although JavaFX does take contributions from the community, the technology probably won't become fully open until 2010. 尽管JavaFX的社区做了很多贡献,但这项技术在2010年以前可能不会完全开放。 www.ibm.com 5. In JavaFX Script, an object's attributes are defined within their declaration. 在JavaFXScript中,对象的属性是在声明中定义的。 www.ibm.com 6. For one thing, the javafx. builders package offers 257 builders, covering all the APIs. 一方面,javafx.builders包提供了257个构建,涵盖了所有API。 www.infoq.com 7. The tool integrates nicely with JavaFX production suite. 工具很好地集成了JavaFX产品套件。 www.infoq.com 8. We will start by seeing how easy it is to extend some of the core classes in JavaFX. 首先看看扩展JavaFX中的一些核心类有多么简单。 www.ibm.com 9. These layers can then be leveraged by a JavaFx developer. 这些图层可以由JavaFX开发人员调整并使用。 www.infoq.com 10. You will search Flickr for photos and display them in the JavaFX application. 您将在Flickr中搜索照片并将其显示在JavaFX应用程序中。 www.ibm.com 1. JavaFX is also moving forward, with the early access program for version 2. 0 up and running. JavaFX也在不断发展,2.0版的早期访问计划也已实施。 www.infoq.com 2. In this case you construct a javafx. scene. layout. VBox instance. 在本例中您构建了一个javafx.scene.layout.VBox实例。 www.ibm.com 3. Asynchronous Support - JavaFX does not have a clean execution model for execution of long-running background tasks. 异步支持——JavaFX没有一个干净的执行模型,以支持长时间后台任务执行。 www.infoq.com 4. Another example is the CacheSafeGroup, which fixes a multi-monitor bug with use of the cache variable on JavaFX Nodes. 另一个例子是CacheSafeGroup,它用JavaFX节点上的缓存变量修订了多显示器的一个bug。 www.infoq.com 5. JavaFX can also get an enormous boost if the JavaFX Mobile promise actually happens. 如果JavaFXMobile允诺的那些都能实现,JavaFX也能得到巨大的推进。 www.infoq.com 6. JavaFX script is claimed to fit any size or complexity of GUI. JavaFX脚本器宣称可以适合各种型号和复杂性的图形化接口。 www.elanso.com 7. In this case you construct three javafx. scene. layout. HBox instances. 在本例中您构造了三个javafx.scene.layout.HBox实例。 www.ibm.com 8. Here we have used another useful feature in JavaFX. 我们在这里使用了JavaFX的另一个有用特性。 www.ibm.com 9. The keyword var is used to denote an instance variable in JavaFX. 关键字var用于表示JavaFX中的一个实例变量。 www.ibm.com 10. A big thing people don't realize is part of JavaFX is the Java SE 6 update N (formerly Project Hamburg, formerly the Consumer JRE). 人们没有意识到的一个重要事情是,JavaSE6更新版N(以前的Hamburg项目,以前的ConsumerJRE)是JavaFX的一部分。 www.infoq.com 1. I think of JavaFX Script's component model as Swing --, if that statement compiles. 我把JavaFX脚本组件模型看作是Swing --,如果这条语句能编译通过的话:)。 www.infoq.com 2. JavaFX Script is also a declarative programming language: it describes what the application is like rather than how to create it. JavaFXScript也是一种声明性(declarative)编程语言:它描述应用程序的状态,而不是如何创建它。 www.ibm.com 3. This simple class demonstrates several aspects of JavaFX's syntax. 这个简单的类演示了JavaFX语法的一些方面。 www.ibm.com 4. You can see the results in Figure 4. The JavaFX runtime dynamically resizes the images. 可以看到图4所示的结果。JavaFX运行时动态调整图像的大小。 www.ibm.com 5. JavaFX, in June 2007, was way too early, and because I develop on Mac, Silverlight was not an option. 2007年6月,选择JavaFX做为技术路线为时太早,而且由于我在Mac上开发,Silverlight也不可用。 www.infoq.com 6. Methods are declared as functions in JavaFX, and they are also statically typed. 方法在JavaFX中被声明为函数,并且它们也是静态输入的。 www.ibm.com 7. You have seen how to create a user interface using JavaFX and how to wire together controller logic to the user interface elements. 您了解了如何使用JavaFX创建用户界面,以及如何将控制器逻辑与用户界面元素关联起来。 www.ibm.com 8. Node is an abstract class that is the base class of all graphical objects in JavaFX. Node是一个抽象类,是JavaFX中所有图形对象的基类。 www.ibm.com 9. JavaFX 2. 0 went GA in 2011, providing a migration path for Java client user interface (UI) technologies. JavaFX2.0,提供了Java客户端用户界面(UI)技术的迁移路径。 space.cnblogs.com 10. This is the declarative syntax of JavaFX. 这是JavaFX的声明式语法。 www.ibm.com 1. JavaFX applications can make remote calls to Web services. JavaFX应用程序可以对Web进行远程调用。 www.ibm.com 2. And they are useful even if you don't use anything else in JavaFX. 即使你不用JavaFX的任何东西,它们也是很有用的。 www.infoq.com 3. Notice how this is done using the JavaFX reserved word insert. 注意如何通过JavaFX保留字insert实现这一过程。 www.ibm.com 4. Based on the scheduled announced at JavaOne the 1. 0 release will be this fall followed by JavaFX Mobile and TV editions in 2009. 根据JavaOne大会公布的时间表,1.0版本将会在今年秋天发布,随后是2009年的JavaFX移动版和TV版。 www.infoq.com 5. Do you believe JavaFX is on the right track as a platform? 作为一个平台,你认为JavaFX在正确的轨道上吗? www.infoq.com 6. The OpenJDK source release, JavaFX and an overall shortage of resources are according to David the reasons for JDK7 taking so long 按照David的说法,OpenJDK源码发布、JavaFX以及整体资源不足是导致JDK7花了这么长时间的原因 www.infoq.com |
||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。