国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

AWT

AWT

 英

  • n.自動井下測試;深度廢水處理;自動測井
  • 網(wǎng)絡抽象窗口工具包(Abstract Window Toolkit);抽象窗口工具箱;Average work time

英漢解釋

n.
1.
自動井下測試
2.
深度廢水處理
3.
自動測井

例句

An AWT component is usually a component class which holds a reference with a peer interface type.

一個AWT組件通常一個包含對等接口類型引用組件

Although the system can be used with any biodegradable solvent, AWT recommends using its Safe-T-Wash with a low VOC rating for best results.

雖然系統(tǒng)用于任何生物降解溶劑awt建議使用安全T洗手VOC評級最好結(jié)果

AWT takes most of the resource management task to the system, relieving developers from tedious resource management.

AWT絕大多數(shù)資源管理任務交給系統(tǒng)開發(fā)者單調(diào)乏味資源管理解救出來

Because AWT follows the requirements of the native platform, the behavior of applications can be different on different platforms.

因為AWT遵循本機平臺需求所以應用程序行為不同平臺可以一樣

Following are a few simple -- but essential -- changes that will let you make the most of the improved AWT focus subsystem.

下面一些簡單基本更改這樣可以充分利用改進AWT焦點子系統(tǒng)

As noted in the service implementation above, we converted a java. awt. Image object into a byte[].

正如上面提到服務實現(xiàn)我們轉(zhuǎn)換java.awt.Image對象一個byte[]數(shù)組

You can see that AWT components provide a universal public API to the application by AWT component class and AWT peers.

作為整體AWT組件AWT組件AWT對等提供一個全局公用API應用程序使用

This is only one of numerous examples where AWT has relied too heavily on the native focus manager.

只是AWT程度依賴焦點管理器許多示例之一

Due to the same reason as AWT, SWT components are wrapped native components, which are rendered by the operating system.

基于AWT同樣原因SWT組件包裝本地組件操作系統(tǒng)實現(xiàn)渲染

So java. beans technically has an optional dependency on AWT, when common sense dictates that it should not.

因此技術上講java.beans依賴AWT選項盡管常識告訴我們應該

Like Swing and AWT JSF is a development framework that provides a set of standard, reusable GUI components.

SwingAWT一樣JSF一個可以提供標準可重用GUI組件開發(fā)框架

This involves understanding how images are constructed and can be manipulated using AWT composites.

需要我們理解如何構(gòu)造圖像以及如何使用AWTcomposite操作這些圖像

In release 1. 4 the AWT is being given a completely new focus model, which has long been a problem area.

發(fā)行1.4AWT賦予一種全新焦點模型以來一直問題區(qū)域

Such measures were deemed necessary due to the inadequacy of the old AWT focus subsystem.

我們認為這些措施必需原因在于AWT焦點子系統(tǒng)完善

JFC refers to the entire set of graphical and user interface technologies included in the Java 2 platform, including AWT and Swing.

JFC包含Java2平臺內(nèi)一整套圖形用戶界面技術包括AWTSwing

Most AWT event classes are not implemented as being strictly immutable, but could be with small modifications.

大多數(shù)AWT事件沒有作為嚴格實現(xiàn)而是可以小小修改

Industrial, commercial, technical and AWT staff related with maintenance issues.

工業(yè)商務技術AWT有關維護問題員工

After a while, independent AWT applications became a more current notion.

一段時間獨立AWT應用程序成為流行概念

Because heavyweight components render using a separate native window (AWT components), they are reliant on the native focus system.

因為重量級組件實施使用一個獨立本機窗口AWT組件),對于焦點系統(tǒng)它們信賴

Unlike AWT or JFC, SWT is tightly integrated with the operating system's native windowing environment.

AWTJFC不同SWT操作系統(tǒng)本機窗口環(huán)境緊密集成一起

With Merlin, you get a whole new focus subsystem at the AWT level.

至于Merlin提供一個全新AWT焦點子系統(tǒng)

Like AWT and Swing, SWT uses layout to control the size and position of widgets on a composite.

類似AWTSwing,SWT使用布局控制組合窗口小部件大小位置

The wrapper implementation must convert between byte[] and java. awt. Image before delegating the method calls to the real service.

委托方法調(diào)用真正服務之前封裝實現(xiàn)必須byte[]java.awt.Image之間轉(zhuǎn)換

JSF components, like AWT components, have containers and components.

JSF組件例如AWT組件具有一些容器組件

Back up the test database AWT (use a sample database to test).

備份測試數(shù)據(jù)庫AWT使用一個示例數(shù)據(jù)庫測試)。

The new implementation of the AWT focus subsystem is a bold break from the old one.

這個AWT焦點子系統(tǒng)實現(xiàn)完全不同

Not surprisingly, it takes an argument of type of java. awt. Color, which is the color to set the control to.

具有java.awt.Color類型參數(shù)用來設置控件顏色

You can use FESI to create interactive GUI applications through the JavaAccess extension's support for the AWT or Swing library.

通過JavaAccess擴展名AWTSwing支持使用FESI創(chuàng)建交互式GUI應用程序

One such change is to the AWT focus management subsystem.

其中一個就是AWT焦點管理子系統(tǒng)更改

API components are well thought out, and both the components and the AWT graphing classes adhere to the MVC architecture.

API組件設計這些組件AWT繪圖遵守MVC體系結(jié)構(gòu)

Xtrace: iprint=awt traces all of the JVM internal AWT trace points to stderr, with indentations on entry and exit.

iprint=awt所有JVM內(nèi)部AWT跟蹤記錄stderr進入退出進行縮進

The GridLayout offers layout features similar to java. awt. GridBagLayout in the Java environment except without all of the complexity.

GridLayout提供布局特性類似Java環(huán)境java.awt.GridBagLayout,沒有后者復雜

Still, it seemed like overkill to use SWT in this project, so I decided for regular AWT.

盡管如此項目使用SWT似乎有點小題大作所以決定使用正規(guī)AWT

Therefore, to use it, you need to cast that to a java. awt. Color object.

為了使用需要轉(zhuǎn)變java.awt.Color對象

The libraries that draw the graphs use Java AWT, so you need to make sure the JVM runs in headless mode.

畫圖使用JavaAWT所以需要確保JVM運行headless模式

Frameworks like AWT and others run on a single computer and generate displays on a human interface based on a model in memory.

AWT這樣框架其他一些框架臺計算機s運行并且可以基于內(nèi)存模型人工界面生成顯示

FOP also allows you to render the results in other formats, such as PCL, PS, TXT, and AWT.

FOP允許呈現(xiàn)其他格式結(jié)果比如PCLPSTXTAWT

The JSF component model is similar to the AWT GUI component model.

JSF組件模型AWTGUI組件模型類似

Xtrace: iprint=awt activates method trace and set the output to stderr with indentations.

iprint=mt激活方法跟蹤輸出發(fā)送stderr進行縮進

IKVM. AWT. WinForms. dll: This contains the AWT and Swing peers.

dll包含AWTSwing對等組件

熱門查詢