Java School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a Java Expert!

Join 307,148 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,732 people online right now. Registration is fast and FREE... Join Now!




Notepad vs NetBeans

2 Pages V  1 2 >  

Notepad vs NetBeans, What to use?

Ted_

22 May, 2009 - 01:38 AM
Post #1

New D.I.C Head
*

Joined: 19 May, 2009
Posts: 14


My Contributions
Hi guys,

some of my colleagues have suggested using NetBeans when trying to get a hold of Swing components, but I'm not sure if this is the best way to get familiar with it. What is your opinion?

Thanks.

User is offlineProfile CardPM
+Quote Post


no2pencil

RE: Notepad Vs NetBeans

22 May, 2009 - 01:40 AM
Post #2

i R L33t Skiddie, k?
Group Icon

Joined: 10 May, 2007
Posts: 13,499



Thanked: 303 times
Dream Kudos: 2875
Expert In: Goofing Off

My Contributions
When coding in Windows I use the Crimson Editor.

I suggest trying a few editors & Java IDE's & figuring out which you find is most efficient.

** Moved to Java Programmers **
User is online!Profile CardPM
+Quote Post

ralph_komer

RE: Notepad Vs NetBeans

22 May, 2009 - 01:51 AM
Post #3

D.I.C Head
**

Joined: 12 May, 2009
Posts: 69



Thanked: 13 times
My Contributions
If you are a beginner you must use a simple editor like TextPad. It doesn't give you the features of an IDE but its very helpful when you are trying to find your way around things in Java.

TextPad comes with very basic feature like compiling and running java class.

NetBeans is a very good IDE for developing swing applications but thats only when you feel that you have got a good understanding of Swing.

Hope its of help.
User is offlineProfile CardPM
+Quote Post

NeoTifa

RE: Notepad Vs NetBeans

22 May, 2009 - 05:03 AM
Post #4

Yay caek! ZOMG!!!
Group Icon

Joined: 24 Sep, 2008
Posts: 6,533



Thanked: 83 times
Dream Kudos: 150
My Contributions
Isn't that ass backwards? Use Netbeans. If you make a mistake, you will know automatically so you can fix your mistakes. I'd say N++ is for people who know what they're doing a little better and are just whipping up some quick code.
User is offlineProfile CardPM
+Quote Post

searockruz

RE: Notepad Vs NetBeans

22 May, 2009 - 05:22 AM
Post #5

D.I.C Regular
***

Joined: 7 Mar, 2009
Posts: 459



Thanked: 23 times
My Contributions
i lost interest in java because we were forced to use notepad
User is offlineProfile CardPM
+Quote Post

baavgai

RE: Notepad Vs NetBeans

22 May, 2009 - 06:08 AM
Post #6

Dreaming Coder
Group Icon

Joined: 16 Oct, 2007
Posts: 4,351



Thanked: 412 times
Dream Kudos: 550
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua, Cheese

My Contributions
Notepad.

Well, I use a little text editor called SciTE. It supports syntax highlighting. It also supports a rudimentary compile out of the box. The Java compile works well, I still do the C/C++ stuff from the command line.

For larger projects, NetBeans or Eclipse; I swap between them depending on which one is annoying me more.

I've use SciTE for nearly every Java post I've made to this board. It's actually quicker than firing up an IDE behemoth and less picky when I use non language annotation for a post. If you're competent enough to do a large project in a nice friendly hand holding environment, you should be able to put together a one file program in a text editor.

User is online!Profile CardPM
+Quote Post

Programmist

RE: Notepad Vs NetBeans

22 May, 2009 - 07:01 AM
Post #7

Slouching towards Bethlehem
Group Icon

Joined: 2 Jan, 2006
Posts: 1,413



Thanked: 28 times
Dream Kudos: 100
Expert In: Java

My Contributions
If you're trying to learn an API I would agree that a simple text-editor with syntax highlighting plus the Javadocs and tutorials is the way to go. I used to use Crimson Editor - actually contributed some code to it back in 2001. Been using sciTE for the past 3 or so years and like it a lot. Once you've gotten some practice with it, however, I would jump to Netbeans, which I believe has some of the best free tools for Java GUI work (Swing and JavaFX).

If you're not locked into Swing, you might consider JavaFX. This post has a good description of when one might be more appropriate over the other.

If you are stuck with Swing, then I would also check out SwingX. It's a project over at java.net that provides many commonly-needed components that are sadly missing from the Swing API.

Another fantastic library, if you're building apps with lots of tabular data, is Glazed Lists.

One ore thing you might want to consider is using a Swing XML toolkit like SwiXml or Laszlo. These will allow a declarative style of GUI progaming which is otherwise unavailable in Swing.
User is offlineProfile CardPM
+Quote Post

BigAnt

RE: Notepad Vs NetBeans

23 May, 2009 - 03:28 PM
Post #8

May Your Swords Stay Sharp
Group Icon

Joined: 16 Aug, 2008
Posts: 2,391



Thanked: 100 times
Dream Kudos: 75
My Contributions
For an IDE i would recommend Eclipse, as that is what I have used and have not have any problems with it to date.

As for a text editor I would Recommend Notepad++
User is offlineProfile CardPM
+Quote Post

chiragkini

RE: Notepad Vs NetBeans

23 May, 2009 - 10:30 PM
Post #9

New D.I.C Head
*

Joined: 14 Feb, 2009
Posts: 1


My Contributions
Hey guys,
I would suggest you to use Netbeans 6.5 or later for programming when your are developing big project where your required to generates lots of reports & charts etc... Netbeans comes with various plugins that can help to to solve your problems easily. It also saves your valuable time...

But if your are newbie i would suggest you to use simple editors such as notepad, editplus etc . as it will help you to learn the basics from your typos....
User is offlineProfile CardPM
+Quote Post

in5p1r3

RE: Notepad Vs NetBeans

24 May, 2009 - 06:03 PM
Post #10

New D.I.C Head
*

Joined: 24 May, 2009
Posts: 5


My Contributions
NetBeans hands down...I can't imagine why you'd want to use Notepad (save for its low memory footprint). You can't even compile anything with Notepad.

I've heard good things about Eclipse as well.

EDIT: OHH, I thought you meant Notepad as in the crappy text editor. My bad. I haven't heard about Notepad++ so I can't really tell you which is better.

This post has been edited by in5p1r3: 25 May, 2009 - 07:53 AM
User is offlineProfile CardPM
+Quote Post

bbq

RE: Notepad Vs NetBeans

25 May, 2009 - 06:26 AM
Post #11

omgwtfbbq
Group Icon

Joined: 15 May, 2008
Posts: 768



Thanked: 71 times
Dream Kudos: 125
My Contributions
Agree with baavgai - for simple bang up classes or a few ( max 4 ) such as posting on these boards i just use gedit in nix and most of the time notepad++ in windows if i am stuck on doze - any bigger projects where you want to do all the other things that come with bigger projects stick to an IDE - either Netbeans / Eclipse seem to be the go on both linux and windows
User is offlineProfile CardPM
+Quote Post

majs

RE: Notepad Vs NetBeans

29 May, 2009 - 05:32 AM
Post #12

New D.I.C Head
Group Icon

Joined: 29 Oct, 2008
Posts: 42



Thanked: 3 times
My Contributions
In regards to choosing between the two, I tend to use neither when developing Swing applications. As I'm lazy and want to get my utilities quickly written for whatever task they are written for I tend to use Eclipse with the Matisse4eclipse plugin which handles the GUI side of my Swing application quite nicely.
User is offlineProfile CardPM
+Quote Post

KeyboardKowboy

RE: Notepad Vs NetBeans

29 May, 2009 - 11:10 AM
Post #13

D.I.C Head
Group Icon

Joined: 15 Dec, 2008
Posts: 89



Thanked: 10 times
My Contributions
I have to admit, I definitely do not miss the days of using notepad to code Java programs. That doesn't mean I don't recommend using notepad if you are new to the Java API, or are trying to teach something to someone who is new to the language or it's concepts.

As far as writing anything beyond 300 lines of code, or are already familiar with Java, why on earth use notepad? Code is far too collaborative these days. Yes, notepad files are basic ascii files which can be comitted into a CVS, but unless you have a good reason, why not let NetBeans track historical changes for you? NetBeans also allows you to design Swing applications with much more ease.

I have used NetBeans since v3 days... each release continues to impress me. It has a large following and do not see any reason for it to slow down. Not to mention, Sun Microsystems touts using it whenever they can... they package their SDK with it! crazy.gif
User is offlineProfile CardPM
+Quote Post

Dantheman

RE: Notepad Vs NetBeans

7 Jun, 2009 - 12:05 PM
Post #14

D.I.C Regular
***

Joined: 27 May, 2009
Posts: 445



Thanked: 25 times
My Contributions
Lol, notepad? Seriously, what a joke. The least thing you should be able to afford is some rudimentary support for indentation and line count.

This post has been edited by Dantheman: 7 Jun, 2009 - 12:08 PM
User is offlineProfile CardPM
+Quote Post

wittymind

RE: Notepad Vs NetBeans

8 Sep, 2009 - 09:58 AM
Post #15

New D.I.C Head
*

Joined: 29 May, 2009
Posts: 5

Don't be intimidated by the language Java and its IDE's. Use netbeans, get familiar, it will be useful as you grow with the language
User is offlineProfile CardPM
+Quote Post

carltech

RE: Notepad Vs NetBeans

17 Sep, 2009 - 05:38 PM
Post #16

DicKing
Group Icon

Joined: 19 Oct, 2007
Posts: 691



Thanked: 12 times
Dream Kudos: 25
My Contributions
I all depends.

If I'm doing small stuff with up to a few classes as prev. stated the definitely notepad++, SciTe depending on my OS...Maybe even VI or VIM depending on the mood.

If I where to go for a nice GUI app or something with many classes and files then I would prob use Netbeans.
User is offlineProfile CardPM
+Quote Post

syfran

RE: Notepad Vs NetBeans

17 Sep, 2009 - 09:29 PM
Post #17

Sole Survivor of Code Withdrawal
Group Icon

Joined: 12 Jul, 2009
Posts: 1,103



Thanked: 77 times
Dream Kudos: 250
My Contributions
QUOTE
using NetBeans when trying to get a hold of Swing components,


... Don't you dare touch the gui creator in NetBeans, I will hunt you down.
User is offlineProfile CardPM
+Quote Post

Locke

RE: Notepad Vs NetBeans

18 Sep, 2009 - 11:28 AM
Post #18

Treasure Hunter
Group Icon

Joined: 20 Mar, 2008
Posts: 4,023



Thanked: 299 times
Dream Kudos: 325
Expert In: Java

My Contributions
QUOTE(syfran @ 17 Sep, 2009 - 11:29 PM) *

QUOTE
using NetBeans when trying to get a hold of Swing components,


... Don't you dare touch the gui creator in NetBeans, I will hunt you down.


And I'll kill you. (he's just gonna hunt you. Then he's gonna give you to me. smile.gif )
User is offlineProfile CardPM
+Quote Post

Raynes

RE: Notepad Vs NetBeans

27 Oct, 2009 - 09:27 PM
Post #19

Resident Witch. No, really.
Group Icon

Joined: 5 Jan, 2009
Posts: 957



Thanked: 14 times
Dream Kudos: 250
My Contributions
I say, use Emacs (preferably) or Vim. Learning a powerful editor like Emacs or Vim is a good way to keep you from having to learn different environments for every single language you use. I typically use Emacs for everything I do.

And as a side note, you don't have to use Netbeans just to use it's GUI builder. A lot of Clojure guys like me use Netbeans Matisse to whip up a quick GUI if needed for use in Clojure. It's actually pretty convenient.

This post has been edited by Raynes: 27 Oct, 2009 - 09:28 PM
User is offlineProfile CardPM
+Quote Post

Luckless

RE: Notepad Vs NetBeans

2 Nov, 2009 - 02:18 PM
Post #20

New D.I.C Head
*

Joined: 31 Aug, 2009
Posts: 21



Thanked: 2 times
My Contributions
Wow, I can't believe no one uses Eclipse.
User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 03:58PM

Live Java Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month