English 中文(简体)
。 NET 人口箱术语与 Java
原标题:.NET pop-up box terminology along with Java

我需要了解两件事。

  1. What is the terminology for the pop-up box shown in this Image? (Not the text, but the actual box itself) This is with Visual Studios.

alt text http://www.freeimagehosting.net/uploads/160e2a55.png

  1. 我需要在 Java开展一个项目,我听说Eclipse有这种人满为患的盒子,但我似乎无法找到。 是否有任何人知道这一选择是什么? 我希望,也许可以找到箱子的术语,帮助我更容易地找到选择。 www.un.org/Depts/DGACM/index_spanish.htm

  2. 是否比使用该盒子的Eclipse相比,吉拉瓦的电离辐射量有了更好的发展?

感谢您的帮助。

最佳回答
  1. This is IntelliSense, it s activated automatically, but can be invoked manually using Ctrl+Space.
  2. Yes, Eclipse does have this as well. Press Ctrl+Space to bring it up (I don t think Eclipse does it manually - it s been a couple of months since I last used Eclispe so I may be wrong).
  3. You might want to look into IntelliJ IDEA or Netbeans (the former over the latter). IMHO, Eclipse is the most powerful and represents best value for money :-)
问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签