| Author |
Message |
|
Hito
n00bfest Council
Joined: Mon Jul 05, 2010 1:18 am Posts: 1740
|
 New Question...
The purpose of this assignment is to give you experience in both Java and Javascript, as well as in the design of algorithms for sorting different kinds of data. The system you will construct will consist of a window / Web page that contains a title, a table with two columns, and two buttons, as shown here. The first column of the table will contain the names of people and the second column will contain their corresponding ages. The table will initially be empty and a user will be able to type values into it. One button will cause the entries in the table to be sorted based on the name in column 1 and the second button will cause the entries to be sorted based on the ages in column 2. Note that you will produce two versions of this: one in Java using JFrame and the other in Javascript.
I kinda vaguely know hwo to do this... but I have such a problem with using JFrame or JavaScript... like what do you guys write ur programs in?
|
| Sun Nov 20, 2011 7:13 pm |
|
 |
|
Zonata
Forum Newbie
Joined: Thu Oct 27, 2011 12:01 pm Posts: 32
|
 Re: New Question...
Pro tip, use a language that doesn't suck as much as Java. Javascript works better when bridged with .net languages; or if you need database access, PHP and JScript.
|
| Mon Nov 21, 2011 4:05 am |
|
 |
|
Hooker
[n00b] Member
Joined: Sun Oct 04, 2009 1:47 pm Posts: 2564
|
 Re: New Question...
Protip:
Find out why he's asking for advice before assuming holier than thou attitude. He's taking a Java class. I think most of the people at cmu use eclipse if they're writing in Java.
_________________
|
| Mon Nov 21, 2011 11:18 am |
|
 |
|
dirkdeagler
[n00b] Member
Joined: Sun Oct 25, 2009 7:12 pm Posts: 3663 Location: Mt Hood, Oregon
|
 Re: New Question...
Yeah Eclipse seems to be the IDE of choice, I still prefer visual studio.net but I'm generally a microsoft man.
Not sure you can code/compile true java in the .net IDE, might have to use J#.
_________________ BAN Log: Player [[n00b] Reborn''] [STEAM_0:1:456925] Time 02/21/2010 @ 17:17:03
|
| Mon Nov 21, 2011 11:45 am |
|
 |
|
Hito
n00bfest Council
Joined: Mon Jul 05, 2010 1:18 am Posts: 1740
|
 Re: New Question...
I use Eclipse but like I feel like this is a stupid question but like for javaScript, will it like give you shit for typing and like I just want to see a basic type up of a website. btw if you want to see what it looks like, I can post a screenshot
|
| Mon Nov 21, 2011 12:22 pm |
|
 |
|
dirkdeagler
[n00b] Member
Joined: Sun Oct 25, 2009 7:12 pm Posts: 3663 Location: Mt Hood, Oregon
|
 Re: New Question...
you want the coding "helper" thingys? I believe you just need to download the appropriate eclipse plug-in for whatever language you're using.
_________________ BAN Log: Player [[n00b] Reborn''] [STEAM_0:1:456925] Time 02/21/2010 @ 17:17:03
|
| Mon Nov 21, 2011 12:27 pm |
|
 |
|
CPTReynolds
Game Server Admin
Joined: Thu Dec 04, 2008 12:00 am Posts: 4380 Location: Doing your Mom while your sister waits her turn!
|
 Re: New Question...
The answer is: I think it's your power supply.
or
The answer is: Yes your gay and can we touch butts.
or
The answer is: Javascript
_________________ N00bfest Admin / Professional Rager / Ah lets face it I'm an ASSHOLE! Delta Company Δ - Former Leader (Strange that basterd took it back) cptreynolds@n00bfest.com
|
| Mon Nov 21, 2011 3:08 pm |
|
 |
|
Cpt. Carrot
Game Server Admin
Joined: Thu Jan 14, 2010 10:57 am Posts: 904
|
 Re: New Question...
I don't that something called Eclipse IDE for JavaScript Web Developers exists at all  . Tip: test your JS coding in IE (turn on Scripting Debugger and notification about script errors) - it's annoying as hell, but helps deliver bug free code. Attachment:
rtfm-300x300.jpg [ 34.67 KiB | Viewed 3577 times ]
How did this go?
_________________
|
| Mon Nov 21, 2011 4:46 pm |
|
 |
|