View Poll Results: What are you using to write your code?
- Voters
- 4172. You may not vote on this poll
-
Wordpad
28 0.67% -
Notepad
219 5.25% -
Emacs
16 0.38% -
Gedit
37 0.89% -
JGrasp
114 2.73% -
Visual J#
3 0.07% -
Netbeans
1,003 24.04% -
IntelliJIDEA
48 1.15% -
Eclipse
1,660 39.79% -
JBuilder
17 0.41% -
BlueJ
214 5.13% -
DrJava
91 2.18% -
Adobe Dreamweaver
9 0.22% -
BBBEdit
0 0% -
JIPE
1 0.02% -
GEL
1 0.02% -
Vi/Vim
37 0.89% -
JCreator
241 5.78% -
TextPad
120 2.88% -
Other
143 3.43% -
Notepad++
170 4.07%
Results 161 to 180 of 948
- 08-11-2008, 04:13 AM #161
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-19-2008, 12:14 PM #162
FYI: NetBeans does also correct the "stupid" mistakes. I tried Eclipse and NetBeans and for a beginner (like me) NetBeans could be the better choice.
In my tests with both platforms I found that for distribution of your project using Eclipse you should know about ant. NetBeans did everything automatically correctly so that I had no problems redistributing my project to get it run on a completely different machine without either knowing that ant exists.Greetings, Martin Wildam.
- 08-19-2008, 12:28 PM #163
Trying both NetBeans and Eclipse my experience - and the panic of loosing control was only given using Eclipse because it happened that it messed something up. Further Visual Editor in Eclipse does produce a very polluted code. NetBeans is much better and produces clean code that doesn't get distroyed when switching between Gui design and code view.
In my opinion the general fear of using Gui-Designer comes from the fact that in the past it was very buggy (I tested Eclipse and Visual Editor about 2 years ago then again about 9 months ago and it got much better - but still I got things messed up). On the other hand I found the NetBeans 6.x quality of Gui designer very much improved so people should give it a try!
However, I think the Gui designer should be used for new projects only and not for already existing projects where the Gui has been "designed" writing the plain code because it can very easy be that this is not interpreted correctly.
But all that said I must note that I am a beginner and do not have experience with larger projects.Greetings, Martin Wildam.
- 08-26-2008, 09:13 PM #164
Member
- Join Date
- Aug 2008
- Posts
- 3
- Rep Power
- 0
I used Netbeans since 1. It has highlights errors and I don't have to wait for the errors to show up and compile time, and 2. I find using an IDE simpler. I don't really think Netbeans is the best one, just that I have used it since I started with Java and found no reason to change. It works fine for me.
- 08-27-2008, 01:45 AM #165
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Why don't you think that NetBeans is the best IDE? Any special reason for that?
- 08-27-2008, 02:11 AM #166
Member
- Join Date
- Aug 2008
- Posts
- 3
- Rep Power
- 0
I used eclipse a few times on windows and it was good too. Best? I dunno. I need to have used and evaluated the others to say that netbeans is best. :)
- 08-27-2008, 09:02 AM #167
I used both and I find Eclipse faster but for me as a beginner NetBeans did support me better (e.g. I do not need to know anything about ant to get a distributable package). And my first big problem with Eclipse was to decide which distribution to use. On refactoring in my opinion Eclipse is also better and for Eclipse there are more plugins available (as far as I could notice).
An important issue for me was the GUI Builder. I tested Visual Editor under Eclipse because I was told that it is ok. And it was awful unstable and sometimes after editing code it could not display the GUI anymore in designer. But (in the meantime) there are maybe other alternatives that work better. Any suggestions?
I know also people designing the GUI with NetBeans and then continue coding in Eclipse - which for me seems to be more annoying than the benefits of Eclipse.
Here is a link that also discusses the dilemma Eclipse vs NetBeans (and SWT vs Swing): SWT vs. Swing & Eclipse vs. NetBeans 5.0Greetings, Martin Wildam.
- 08-27-2008, 10:40 AM #168
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Only difficulty I found on NetBeans is, Swing/AWT control alignments. As far as I know, it's impossible to align controls relatively to each other. There may be a plug-in, but I didn't found a such so far. Except that, NetBeans is the best for me. :)
- 08-27-2008, 01:17 PM #169
Greetings, Martin Wildam.
- 08-27-2008, 03:15 PM #170
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-27-2008, 03:22 PM #171
Yes I tried first of all the absolute layout so far only. I did only very few tests with other layouts and didn't like them. The issues you are talking about are also happening with the absolute layout?
Greetings, Martin Wildam.
- 08-27-2008, 03:33 PM #172
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
What I'm saying is, with the absolute layout, the docking indicators are not working. Actually it's work only for Free Design layout mode, which is the NetBeans default layout we can see on first time.
- 08-27-2008, 03:38 PM #173
Oh sorry, I used the default free layout only - so I said that wrong in my last post.
Greetings, Martin Wildam.
- 08-27-2008, 03:50 PM #174
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-31-2008, 01:08 PM #175
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
The two I use aren't in that list ;P
I mainly use JavaEditor, and else I use VisualCafe. I both like them, although I prefer JavaEditor. (I think it's both payware)
- 08-31-2008, 05:31 PM #176
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 08-31-2008, 05:37 PM #177
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
VisualCafe is java-only; it also supports netbeans and stuff btw. JavaEditor is mainly for Java, but it also supports some other languages.
You need to pay (not sure about JavaEditor), but I got them for free from school anyways. ;)I die a little on the inside...
Every time I get shot.
- 08-31-2008, 05:39 PM #178
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Ah, it may be a cracked version. ;) Anyway, why don't you try with NetBeans.
- 08-31-2008, 07:25 PM #179
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
Not sure what NetBeans is tbh. And I'm fine with the standard :)
I die a little on the inside...
Every time I get shot.
- 09-01-2008, 03:56 AM #180
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
how to write onto a file
By mirage_87 in forum New To JavaReplies: 6Last Post: 09-08-2009, 03:54 PM -
a simple code (cldc or midp) to write a text file ouside of the application package
By sina in forum CLDC and MIDPReplies: 3Last Post: 12-12-2008, 12:12 PM -
How to write your own Comparator
By Java Tip in forum java.langReplies: 0Last Post: 04-15-2008, 07:38 PM -
About bean:write
By yuchuang in forum Web FrameworksReplies: 1Last Post: 04-30-2007, 03:31 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


18Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks