Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Java is cool (Score 1) 292

You sir, are full of misinformation. When you set Swing to use native LaF, it actually uses the system's own drawing of the widgets. That's true on Windows, Mac and Linux/GTK+. Has been for years. Only in certain areas (e.g. the file dialog boxes) can you tell that it's not native, because of the layout and functionality, not the LaF.
Desktops (Apple)

Submission + - Oracle Previews Java SE 7 For Mac, Says JDK 8 To I (oracle.com)

Moochman writes: In the midst of the dual events Oracle OpenWorld and JavaOne (overshadowed, of course, by the iPhone event) Oracle took a number of steps that show that they still care about making a go of Java on the desktop. First off they released a "Developer Preview" of Java SE 7 for Mac, the final version of which is now scheduled for Q2 2012. This marks the first official release of Java on Mac that isn't coming from Apple, but that incorporates code that Apple contributed. Oracle also brought the new, Java-language-based JavaFX 2.0 out of beta, while simultaneously announcing their intention to open-source it under the OpenJDK project and integrate it into JDK 8. And they demoed JavaFX apps running on iOS and Android (see here for pics and more details), although they're not making any promises on that count. Cue the "I'm not dead yet" jokes, etc., etc. Still, I'm sure many developers out there are happy to see Oracle finally blowing some fresh wind into these sails.

Comment Re:I remember (Score 1) 198

Agreed. Google's algorithm was the best when it came out, but I get the feeling more and more these days that we can do so much better! Fact is, Wikipedia is a more useful source of information than Google for around 1/3 of my searches these days. That's saying something.

Comment Re:42 (Score 1) 198

That's not it. Instant is annoying because it's implemented poorly from a UI perspective. It jarringly changes the whole layout of the site in a split-second. That's just patently bad UX right there; it's no wonder so many people get annoyed at it. AAMOF most people I ask hate Instant. But they don't know that it can be turned off, so they simply accept it. The only reason only "power" users don't use it while everyone else does is because they are the only ones willing to hunt and peck in order find the "OFF" button.

Comment Re:What is limewire? (Score 5, Insightful) 367

Actually LimeWire is great for downloading obscure individual mp3s. This is possible because of the fact that not only the file-sharing itself, but also the search, is peer-to-peer. IMHO this means it is still a better "Napster replacement" than Bittorrent, in the sense that it allows you to explore music rather than simply download it en masse.

Comment Re:Another Language (Score 1) 330

You *can* write such code, but how long will it take you to build up equivalent APIs in a low-level language that these higher-level languages give you out of the box, taking into account the time needed to eliminate bugs? Here's a hint: it took those multiple companies' worth of advanced programmers over a decade to get to that level.

It's almost as if you exhibit a polar extreme case of Not Invented Here syndrome. Just because you *can* do something does not make it a good or practical solution to real-world problems.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...