Originally posted by: BFG10K
C++ too.cross platform.
Originally posted by: Deeko
Doing an assignment for my OOP class that must be done in Java.
It would be so much easier in C++.
Java is awful.
Originally posted by: jbourne77
You don't have to use the "java gui". If you're targeting a windows system, then you can use the Windows Look and Feel (and it's pretty much spot-on). And regarding it "not sending the ok", that's a problem with whoever coded it, not the gui itself. Like any other language, if the code behind it isn't tight and tweaked, it's going to feel unresponsive.
Originally posted by: BFG10K
C++ too.cross platform.
Originally posted by: skace
The java gui is the ugliest thing ever invented and I love how hitting enter never automatically sends the OK like you would expect.
Originally posted by: znaps
Originally posted by: skace
The java gui is the ugliest thing ever invented and I love how hitting enter never automatically sends the OK like you would expect.
LOL. I gotta laugh at this comment and the OP. You guys sound like babies who need everything done for you. How hard is it to add an ActionListener to the text field which is the same ActionListener as the OK button's ??
Originally posted by: znaps
Interfaces should allow you to get around the multiple inheritance issue.
Originally posted by: znaps
Interfaces should allow you to get around the multiple inheritance issue.
Originally posted by: Deeko
Yes - but they are more work.
In the end the assignment isn't THAT difficult. The problem is that we don't know Java - this is a 3rd year course, the only Java we were ever taught was in 1/3 of 1 class last year. The professor knows this, he's a phd student who recently got his Masters, after having gone through both undergrad and grad school here, and he admits that he doesn't know Java either. Its great.