ECLIPSE可以用plugs in 來直接拖移做出gui的圖形介面
但是電腦要不錯 不然會慢到想殺人
話說其實ECLIPSE網路上都有所謂的懶人包打包在一起
GOOGLE撈一撈其實可以找到很多針對不同用途把ECLIPSE打包起來的懶人版本包
PLUGS IN 都幫你弄好了 XD
第二台的話本來感覺好像偏冷門
身旁的人好像都沒有人在用
不過JCreator 也有方便的地方
像小弟的強者學長寫JSP網頁就是用JCreator來寫後端作者: nocomment 時間: 2010-3-9 00:44
eclipse is my personal choice when it comes to IDEs, since it's open source
but if you are still in learning phase, it's a good idea to start with just a text editor (i.e. gedit). so that you really understand your code instead of having the IDE do some of the coding for you (drag & drop)
in the example of coding a program which has gui components, understanding java.awt javax.swing and indeed other packages within java gui API is actually a very important concept