Search |
||
KodachromePosted by editor on September 10, 2007 at 7:32 AM PDT
Making Swing colorful, beautiful, and scalable Resolution independence has been sneaking up on us for a while, as monitors continue to run at higher and higher resolutions, thereby making purely pixel-based GUIs smaller and smaller on-screen, as the pixels themselves shrink. Josh Marinacci sounded the alarm to Java developers in his blog two years ago: "Every toolkit (Swing included) has certain assumptions about the size of a button or menu item. These assumptions start to break down as screens leave the range our toolkits were originally designed for." The next version of Mac OS X, Leopard, will be completely resolution-independent, and Windows Vista is getting there, but what about your Swing apps? Are all the GIF-based window decorations and widget pieces doomed to shrink smaller and smaller on user windows? Fortunately, this bullet may have been dodged. In his blog, Jasper Potts has an update on the Nimbus look-and-feel in Nimbus almost done:
He also reports that Nimbus makes heavy use of Painters, and is highly customizable simply by changing values in the UiDefaults table. Check out Jasper's blog; the screenshots show this is a look-and-feel that looks clean and classy, and the fact that it'll just gain pixels (rather than losing size) on a high-resolution monitor is a nice bonus. Also in Java Today, A continuing SDN series introduces JavaFX programming by way of client-server examples. The third installment is Learning JavaFX Script, Part 3: Client-Server Communication With JAX-WS, which follows up on the RMI-based Part 2.. "RMI is a fantastic prototyping tool, but it has its limitations for real-world use. A more common solution for programmers creating client-server tools on the Internet is to use a service-oriented architecture (SOA) solution such as the Java API for XML Web Services (JAX-WS). This article will show you how to use JavaFX Script to access a web service using JAX-WS 2.1 in much the same way that the previous article in this series showed you how to use RMI." The lastest edition, issue 137, of the JavaTools Community Newsletter is out, with tool news from around the web, a link to the community's newest project, guidance on how to graduate an incubated project, and a Tool Tip on making moderation of your project mailing list easier. In today's Weblogs, Alexey Popov reports on What is new in JT harness 4. "Here you can find my classification of new features available in the new major revision of JT harness that we recently completed." In a similar "what's new" vein, Marc Hadley shows off some New Jersey Features. "I recently merged the experimental "resourcefactory" branch back into the main Jersey trunk. The new code includes the following features and changes..." Finally, in JRuby on Rails, NetBeans 6 and GlassFish V2 - Simplified Steps, Arun Gupta writes, "the NetBeans IDE has simplified the steps to deploy JRuby on Rails application on GlassFish. This blog explains the steps and is an update to screencast #web6." This week's Spotlight is on the Timing Framework, which has just released version 1.0. Chet Haase describes this animation-helper framework in a recent blog, two earlier java.net articles (Timing Is Everything and Time Again), and his recent book Filthy Rich Clients. Chet writes "I figured it was important to declare a 'real' version 1.0, rather than simply incrementing the pre-1.0 version numbers. It's indicative of a lilbrary which, while not yet complete in all of the features that I and others would like to see, is at least solid, stable, and useable in its current state."
In today's Forums,
In another strategy discussion,
Current and upcoming Java Events :
Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site. Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive. Making Swing colorful, beautiful, and scalable »
Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|