Using multiple skins for different Swing windows
With Substance 5.0 (currently under development) it is possible to use different skins for different top-level windows (such as frames and dialogs)!... more »
0 commentsSave Tags: gui, java, open source
Swing links of the week: June 1, 2008
Here are some Swing links that you might have missed during this week.
0 commentsSave Tags: gui, java, news
Swing, RIA and JVM dynamic languages - interview with Andres Almiray
A prolific blogger, a frequent presenter at conferences and a tireless advocate of Groovy. Meet Andres Almiray as the interview series on Swing, RIA,... more »
0 commentsSave Tags: groovy, gui, java, opinion
FEST-Swing 1.0a2: Fluent interface for testing Swing GUIs
We are proud to announce the release of FEST-Swing 1.0-Alpha2. This release includes many bug fixes and new features, including support for custom... more »
0 commentsSave Tags: announcement, gui, java, open source
Swing links of the week: April 20, 2008
Here are some Swing links that you might have missed during this week
0 commentsSave Tags: gui, java, news, opinion
Swing links of the week: April 13, 2008
Here are some Swing links that you might have missed during this week.
0 commentsSave Tags: gui, java, news, opinion
3D desktop disappointment
There is a bug in Java (6429775). It seems like jdk6 doesn't handle Compiz nor Beryl correctly (Linux window managers.) The odd thing is that it is... more »
0 commentsSave Tags: gui, java
Auto-scrolling in Swing applications
Auto-scrolling is a feature that can be found in most mainstream modern applications. Pressing the middle mouse button transfers the application into... more »
0 commentsSave Tags: gui, java, open source
UnFIT for use
The only thing FIT is good for, is using it as a tool to help communicate with a customer. That’s it.
0 commentsSave Tags: methodology, opinion, tools
Static considered harmful?
Gilad makes the case that static, that staple of C++, C#/VB.NET, and Java, does not belong. I think Gilad conflates a few things, but he's also got... more »
0 commentsSave Tags: java, opinion
Release candidate for Flamingo 3.0
The release candidate for version 3.0 of Flamingo component suite (code-named Deirdre) is available. The goal of this project is to provide a small... more »
0 commentsSave Tags: gui, java, open source
Evolving the language
(Very) interesting point of view about changes in the Java language (starting from closures)
0 commentsSave Tags: java, opinion
Swing buzz: flying above the radar
Interesting news covering Nimbus, Direct3D-accelerated pipeline, contributing to OpenJDK and a couple of bugs that when fixed, can seriously improve... more »
0 commentsSave Tags: gui, java
Release candidate for Substance 4.2
The release candidate for version 4.2 of Substance look-and-feel (code-named Memphis) is available.
1 commentsSave Tags: announcement, gui, open source
GraphicsBuilder 0.4.4 is out
I'm pleased to announce that GraphicsBuilder 0.4.4 has been released.
0 commentsSave Tags: gui, java, open source, other languages
Substance theme pack updated
In addition to about twenty core Substance themes, the theme pack plugin provides even more themes to create a unique look for your Swing... more »
0 commentsSave Tags: gui, java, open source
GraphicsBuilder: animations
TimingFramework based animations have found their way into GraphicsBuilder.
0 commentsSave Tags: gui, java, open source, other languages
Swing links of the week: December 16, 2007
Here are some Swing links that you might have missed during this week:
0 commentsSave Tags: gui, java, news
Swing links of the week: November 4, 2007
Here are some Swing links that you might have missed during this week.
0 commentsSave Tags: gui, java, news
Why I don’t care about Java 6 on Leopard
Kirill shares a pragmatic point of view about Leopard and Java 6.
2 commentsSave Tags: apple, java, opinion
Swing links of the week: October 28, 2007
Here are some Swing links that you might have missed during this week.
0 commentsSave Tags: gui, java
Adding DZone voting widget to a JRoller blog
The folks at DZone have released a cool voting widget. I decided to give it a try.
0 commentsSave Tags: how-to, opinion
Mock Objects: Shortcomings and Use Cases
This article shows how Mock Objects, a testing technique from the XP community, can help programmers write unit tests. It also considers the... more »
0 commentsSave Tags: java, open source, opinion
Excellent Groovy Tutorial
Groovy Tutorial by Dr. Paul King presented at Agile 2007. Covers several interesting topics like language features, builders, testing, data access,... more »
0 commentsSave Tags: open source, other languages
Using Mylyn with Google Code
Using Mylyn to work on tasks in a project hosted at Google Code is pretty easy, thanks to the Generic Web Repository Connector created by Eugene... more »
1 commentsSave Tags: eclipse, how-to, open source, tools