lesser-equity

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

Register


 Default 

Java




Reply
 
Thread Tools
  #21  
Old 21st Jan 2008, 18:42
Banned Group
 
Default Java

cewy
__________________

My System: #

Processor(s):
intel p4
Motherboard:
ecs 915pla2
RAM Memory:
1gb
Graphics Card(s):
ati radeon x1050
Sound Card:
diamond xtreme 7.1
Hard Drive(s):
160gb
Optical Drive(s):
dvd-rom combo drive dvd+/-rw
Case / PSU:
antech/x-power585
Cooling:
air
Network / Internet:
wireless
Monitor(s):
philips 109b6 19" CRT
Operating System(s):
windows xp
  #22  
Old 22nd Jan 2008, 02:42
Donor Group
 
Default Java

*Monty Python Moment brought on by Spamalot*

"We're Knights of the Round Table
We dance whene'er we're able
We do routines and chorus scenes
With footwork impeccable

We dine well here in Camelot
We eat ham and jam and Spam a lot

We're Knights of the Round Table
Our shows are formidable
But many times we're given rhymes
That are quite unsingable

We're opera-mad in Camelot
We sing from the diaphragm a lo-o-o-o-t

In war we're tough and able
Quite indefatigable
Between our quests, we sequin vests
And impersonate Clark Gable

It's a busy life in Camelot
I have to push the pram a lot"
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

  #23  
Old 22nd Jan 2008, 03:40
Donor Group
 
Default Java

Quote:
Originally Posted by Cew27 View Post
im not sure there a few ide's i used net beans but i am using jcreator as the book im using uses that but i may switch over depending
i cant remember does netbeans have an interface editor
By interface do you mean GUI?

http://www.netbeans.org/features/java/swing.html
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

  #24  
Old 22nd Jan 2008, 09:06
Donor Group
 
Default Java

what the hell ? how am i spamming cheese this is my thread and it is a useful one to help ME with computer problems not do your good Charlotte polls!
__________________
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
  #25  
Old 22nd Jan 2008, 09:11
Donor Group
 
Default Java

Cew what book are you learning from? Is it any good?


CG
__________________
"Dream as if you'll live forever, Live as if you'll die today"
__________________

My System: Puter

Processor(s):
Intel Quad Core Q6600
Motherboard:
Abit IN9
RAM Memory:
2x 1GB Patriot
Graphics Card(s):
XFX 8800GTS 320MB
Sound Card:
Hard Drive(s):
750GB Internal, 400GB External
Optical Drive(s):
LG 20x DVD re-writer
Case / PSU:
Enermax Infiniti 650W
Cooling:
Zalman HSF
Network / Internet:
Monitor(s):
LG 19" LCD
Operating System(s):
Windows XP Media Centre 2005
  #26  
Old 22nd Jan 2008, 09:18
Donor Group
 
Default Java

i am learning from a book, it is brilliant and easy to understand i havent had any problem up until the packages
add me on msn if you want to discuss this
Cew27@violentvomit.net
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
  #27  
Old 22nd Jan 2008, 09:32
Donor Group
 
Default Java

With packages, you run into access and privacy issues for the first time. With everything in the same folder, everything has access by default to everything else, exactly what you don't want in OOP.

Think about this when you are programming: if I change one class file, how many other class files must I re-compile to get my program working? If it is more than a few, then your project is too tightly bound and will be difficult to maintain.

If your book uses things like

a.b=x;

x=a.b;

outside the "a" class, throw it away! Always:

a.setB(x);

x=a.getB();

or changing the data structure for a will screw up everything else.

interfaces are very important in isolating classes too. If one class A needs access to another class B, try to do that via an interface that B implements, that way when you change A only that interface is recompiled, not B. Then A + that interface is portable to another application.
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

  #28  
Old 22nd Jan 2008, 09:40
Member Group
 
Default Java

I didn't really like Java, despite coming top of the class in it at uni. But when they told us to try out the Eclipse IDE (to test it for use as the default for the coming year), I spent two hours trying to get the hang of it, and by the end of the day had done twice as much successful coding compared to if I'd stayed in the text editor we were using! (We used TextPad, which can be linked to the Java compiler). Hated NetBeans, as did everyone else in the class. Those who tried Eclipse just loved using it. It rocks!
  #29  
Old 22nd Jan 2008, 09:44
Donor Group
 
Default Java

what is so good about eclipse??
__________________
Im not a Geek!, Im Educated! - www.FossForums.com
  #30  
Old 22nd Jan 2008, 10:31
Donor Group
 
Default Java

Netbeans, Eclipse, Textpad, I have tried them all but mostly used Textpad. (That way I was forced to understand the language.) Netbeans is on v6 now and looking good though.

Funny, but I was more productive with Textpad than others who used IDEs! My colleagues who used Eclipse wished they could use Netbeans...
__________________
I think I am a signature, therefore I exist!
I believe a higher being has me as a signature...

Reply

Register
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.