简体   繁体   English

AWT(抽象窗口工具包)

[英]AWT ( Abstract Window Toolkit )

AWT(抽象窗口工具包)是用哪种编程语言编写的?

AWT stands for Abstract Window Toolkit. AWT 代表抽象窗口工具包。 AWT requires a native OS object to implement the functionalities. AWT 需要一个本机操作系统对象来实现这些功能。 Therefore, AWT components are heavyweight and require more memory space.因此,AWT 组件是重量级的,需要更多的内存空间。 AWT components also take time to execute. AWT 组件也需要时间来执行。 The number of components available in AWT is minimum. AWT 中可用的组件数量最少。 It is necessary to import javax.awt package to develop an AWT based GUI applications.需要导入 javax.awt 包来开发基于 AWT 的 GUI 应用程序。

The language that has written AWT is C/C++.编写 AWT 的语言是 C/C++。 But you should be using the Swing library since it is an improved version of AWT.但是您应该使用 Swing 库,因为它是 AWT 的改进版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM