Author |
Message |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Fri May 05, 2006 12:16 pm Post subject: |
 |
|
|
|
Does that actually use the native Win32 stuff or does it just emulate it? If the former, then I didn't know about it, that's cool.
But we all know that I have other reasons to hate Java.  _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
Cerium Server Help Squatter

Age:42 Gender: Joined: Mar 05 2005 Posts: 807 Location: I will stab you. Offline
|
Posted: Fri May 05, 2006 4:41 pm Post subject: |
 |
|
|
|
Cyan~Fire wrote: | Does that actually use the native Win32 stuff or does it just emulate it? If the former, then I didn't know about it, that's cool. |
Take a guess.
Though, there are ways to use use winAPI in java, its just a pain in the ass. _________________ There are 7 user(s) ignoring me right now. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Fri May 05, 2006 5:04 pm Post subject: |
 |
|
|
|
Cyan~Fire wrote: | Does that actually use the native Win32 stuff or does it just emulate it? If the former, then I didn't know about it, that's cool. |
The AWT uses native calls in the JVM to use the actual OS widgets. This lead to many portability problems and so they invented Swing, but if you're only programming for one OS, the AWT isn't a problem.
As for the Swing look and feels, I know very little about their implementation, but in general, Swing is much easier to program and has tons of nifty classes that aren't implemented in the AWT.
Cyan~Fire wrote: | But we all know that I have other reasons to hate Java.  |
We all know you think you do, at least  _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Fri May 05, 2006 5:49 pm Post subject: |
 |
|
|
|
I've never seen a Java app of any kind that presents a reasonable looking GUI. _________________ 4,691 irradiated haggis! |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Fri May 05, 2006 8:29 pm Post subject: |
 |
|
|
|
Mr Ekted wrote: | I've never seen a Java app of any kind that presents a reasonable looking GUI. |
I've only seen one, Azureus. I don't use it, as btlaunchmanycurses and uTorrent are more useful for me. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Fri May 05, 2006 8:40 pm Post subject: |
 |
|
|
|
Mr Ekted wrote: | I've never seen a Java app of any kind that presents a reasonable looking GUI. |
Most homegrown C++ UIs are pretty bad. And if you're a professional, you use C/C++ because you want to be forced to package a VM with your program. |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sat May 06, 2006 12:51 am Post subject: |
 |
|
|
|
Dr Brain wrote: | Most homegrown C++ UIs are pretty bad. |
Not sure what you mean by this. If I write an app in C++, I use the UI of the operating system. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sat May 06, 2006 1:20 am Post subject: |
 |
|
|
|
Didn't I just say you could use the OS's native UI in Java? |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sat May 06, 2006 2:18 am Post subject: |
 |
|
|
|
Dr Brain wrote: | Didn't I just say you could use the OS's native UI in Java? |
Yes you did. What does that have to do with writing a native UI app in C++? |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sat May 06, 2006 3:30 am Post subject: |
 |
|
|
|
Recap:
I say Java allows native looks
You say Java's look sucks
I say C++ is no better
You say at least C++ uses native looks
I'm now confused |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Sat May 06, 2006 3:38 am Post subject: |
 |
|
|
|
Windows UI looks nice.
Various Linux UI look nice.
Mac UI looks nice.
All attempts by Java to make a nice non-native UI fail.
Using a platform-independent language like Java, but then specifically using native UI is pretty hypocritical. Therefore Java either sucks or is hyprocritical.
 |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sat May 06, 2006 3:09 pm Post subject: |
 |
|
|
|
I'll admit I couldn't stand the way swing looked until 1.5, though I don't use the default look and feel for stuff anymore. In my opinion, the use of the JGoodies Looks package in combination with the Abeille Forms Designer produces the best looking results. _________________
 |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
|