lesser-equity

Magazine
Go Back   Computer Juice > Computer Software > General Software Chat

Register


 Default 

Java




Reply
 
Thread Tools
  #31  
Old 22nd Jan 2008, 12:14
Member Group
 
Default Java

Eclipse pops up the data types required for a function or class, function or class prototypes, underlines errors and on mouseover tells you what it thinks is wrong, single click to compile and run, help, built in method summaries for classes, contract and expand classes to see the rest of the code more clearly, nice layout on screen, nice colour coding of code. I just entered an integer as the parameter for a class I made and it told me my class required a string. I deleted the second integer and the comma in this g.drawString("Sales", 20, 40); and it underlined it as an error, and on mouseover showed the correct prototype, it spots and underlines little things like variables that never actually get read, or ones you've not declared (usually that's typos of course) , Lots of things (I haven't used it for a while and am having a quick look) Yes, TextPad forces you to look at the code you write, but so does Eclipse - it's all hand coding, and THEN it tells you what is wrong. Lists warnings for things it doesn't like in a frame when you open a class to edit it. Forget to type new when declaring a class, it underlines it immediately. accidentally type g.setColor(Color.bluue) and it spots it. That all forces you to learn what you should be writting, and when things go wrong it is much easier to find the error you ignored.

If I'd used it recently I could tell you more, it's just so pleasant to use. And lots of companies have converted their own programing software to use Eclipse instead of the one they originally developed eg borland dumped theirs after years of use in favour of Eclipse.

And with little effort, it can also download the bits it needs to be a PHP editor (includes the PHP manual) or an html editor or a css editor or a C editor. It's so adaptable. TextPad can edit these other langauges too, and I still use that for php and html, but eclipse leaves it standing. Whatever you can do in TextPad, you can do faster and more accurately in eclipse.

I'm writing most of the above from memory, so there may be the odd mistake of course. And not being a java programmer, I'm bound to miss out the important bits. Remember I don't like java, but I certainly enjoyed using eclipse.

And it's free! (Open source)
  #32  
Old 22nd Jan 2008, 12:19
Donor Group
 
Default Java

kool thanks for the opinions
does eclipse have a ui builder ?
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
__________________

My System: Cewy's wonder macine

Processor(s):
intel core 2 quad q6600 @ 3.2Ghz
Motherboard:
asus p5q deluxe
RAM Memory:
4 gig ocz 1066mhz sli
Graphics Card(s):
nvidia evga 8800 ultra ko
Sound Card:
onboard
Hard Drive(s):
750 gig seagate, 32meg cache
Optical Drive(s):
3 asus dvd writers, lightscribe
Case / PSU:
lian-li armoursuite pc-p60
Cooling:
tuniq tower
Network / Internet:
dual gigabit lan ports
Monitor(s):
24" dell 2408wfp
Operating System(s):
winfail vista 64 | ubuntu/arch linux
  #33  
Old 22nd Jan 2008, 12:43
Donor Group
 
Default Java

ok you guys got me thinking now
does eclipse have a ui editor like netbeans ?
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
  #34  
Old 22nd Jan 2008, 13:03
Member Group
 
Default Java

I honestly don't know, i haven't programed in java for almost two years now.
  #35  
Old 22nd Jan 2008, 13:06
Donor Group
 
Default Java

because i like the idea of easily creating interfaces rather than coding them i will also learn the code but it would be faster and a bit like visual basic
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
  #36  
Old 23rd Jan 2008, 03:06
Donor Group
 
Default Java

Quote:
Originally Posted by Cew27 View Post
because i like the idea of easily creating interfaces rather than coding them i will also learn the code but it would be faster and a bit like visual basic
http://download.eclipse.org/tools/ve...938/index.html

The philosophy of Java is to do with getting away from the VB drag and drop idea, for this reason: you carefully lay out your buttons at pixel-exact positions and all is fine until you want to insert another button, when everything has to be carefully moved to new pixel perfect positions again. The Java layout managers automate this. It just involves a little extra thought at the beginning that's all.

However, these GUI builders are available as you can see. Probably the Netbeans one is more polished. Moving between Netbeans and Eclipse is not a great culture shock, they essentially provide similar features, and it is nice to see the whole class hierarchy layed out before you, all the properties and methods of objects, auto-completion and error checking, etc.

I would install both, try a simple project in both, and see how you get on. You could even use both! (Assuming your motherboard has arrived! )
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

  #37  
Old 23rd Jan 2008, 06:37
MJM
Donor Group
 
Default Java

Throw out Eclipse, use Netbeans. Netbeans is better for Java while Eclipse is better overall.
__________________

My System: Toshiba Satellite A200-28P

Processor(s):
Intel Core 2 Duo T8100
Motherboard:
Mobile Intel PM965 Express Chipset
RAM Memory:
1024 + 2048MB DDR2 667
Graphics Card(s):
ATI HD 2600 XT
Sound Card:
Toshiba Bass Enhanced Sound System
Hard Drive(s):
200GB 5400RPM
Optical Drive(s):
DVD Super Multi
Case / PSU:
Satellite A200 Series
Cooling:
Stock
Network / Internet:
Intel 4965AGN
Monitor(s):
15.4" 1,280x800 Toshiba TruBrite
Operating System(s):
Windows Vista SP1 / Fedora i386
  #38  
Old 23rd Jan 2008, 09:10
Donor Group
 
Default Java

ahh what to use, i have eclipse installed but i think ill give netbeans a go
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
  #39  
Old 23rd Jan 2008, 10:02
Donor Group
 
Default Java

LoL you don't install eclipse you just unpack it! Do uninstall it you delete it. Nice and simple...
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

  #40  
Old 23rd Jan 2008, 11:26
Donor Group
 
Default Java

i used eclipse but i would like to be able to design interfaces for my software
so i think ill give netbeans a go
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
Reply

Register

Bookmarks

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java 6 Update 14 evilfantasy Virus, Spyware & Security 3 29th May 2009 13:01
Getting rid of old Java Bubba General Software Chat 7 15th Jan 2009 16:51
Java or .NET Munish426 Web Design, Hosting & SEO 7 1st Aug 2008 06:20
Java Question darksidechaos Web Browsers & FTP Clients 7 3rd Oct 2007 01:57
Can anyone help me with java? michal23 General Software Chat 2 9th Sep 2007 04:43
Thread Tools




Arabic Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Finnish French German Greek Hebrew Hungarian Italian Japanese Korean Latvian Lithuanian Norwegian Polish Portuguese Romanian Russian Serbian Slovak Spanish Swedish Thai Turkish Ukrainian

Copyright ©2006 - 2009 Computer Juice.

Powered by vBulletin® Copyright ©2000 - 2009 Jelsoft Enterprises Ltd. SEO by vBSEO ©2009, Crawlability, Inc.