图书馆的名称是什么? [英] what is the name of library ?

查看:113
本文介绍了图书馆的名称是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨每一个



需要我写的时候应该使用它的库的名称





import java.awt。*;





关注

hi every one

in need the name of library that i should use it when i write


import java.awt.*;


regard

推荐答案

你的意思是包含java.awt包的库吗?我很确定'它只是标准Java库的一部分,你不需要任何额外的东西。 这里是java.awt的文档 [< a href =http://docs.oracle.com/javase/6/docs/api/java/awt/package-summary.htmltarget =_ blanktitle =New Window> ^ ]如果你需要更多的信息。
Do you mean the library the includes the java.awt package? I''m pretty sure that''s just part of the standard Java library, you shouldn''t need anything additional. Here''s the documentation for java.awt[^] if you need more information on it.


如果你正在使用Eclipse,你可以通过注释掉导入行找出java.awt的特定部分。这将产生编译错误。如果您转到显示错误的行并将光标悬停在带有错误的代码上,则intellisense将帮助您获取建议名称列表。选择java.awt。* space中显而易见的那个。
If you are using Eclipse, you can find out the specific part of java.awt by commenting out the import line. This will create a compile error. If you go to the line showing the error and hover the cursor over the code with the error, the intellisense will help you with a list of suggested names. Pick the obvious one that is in java.awt.* space.


这篇关于图书馆的名称是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆