 | Java 11: Swing GUI Intro | | Using Netbeans 5.5.1 & Java 1.6: Code: --------------- int tempFahr = (int) ((Double.parseDouble(degreesTextField.getText())) * 1.8 + 32); fahrenheitLabel.setText(tempFahr + " Fahrenheit"); | | Category:Java |
 | Google I/O 2009 - Big Modular Java with Guice | | Google I/O 2009 - Big Modular Java with Guice Dhanji R. Prasanna, Jesse Wilson Learn how Google uses the fast, lightweight Guice framework to power some of the largest and most complex applications in... | | Category:Java |
 | JRuby: The power of Java and Ruby | | Google Tech Talks February, 28 2008 Speaker: Ola Bini I work for ThoughtWorks Studios, and recently published the book Practical JRuby on Rails at APress. I'm very interested in Artificial Intelligenc... | | Category:Java |
|