简体   繁体   中英

AWT ( Abstract Window Toolkit )

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

AWT stands for Abstract Window Toolkit. AWT requires a native OS object to implement the functionalities. Therefore, AWT components are heavyweight and require more memory space. AWT components also take time to execute. The number of components available in AWT is minimum. It is necessary to import javax.awt package to develop an AWT based GUI applications.

The language that has written AWT is C/C++. But you should be using the Swing library since it is an improved version of AWT.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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