Site Archives Java and Swing

Arrow key support in ButtonPanel


There is one missing feature in ButtonPanel. That’s the arrow key support. On Windows (probably on Mac as well), people get used to use left or right keys to navigate among buttons on a horizontal button panel or up/down keys for vertical button panel. However Swing doesn’t have that. For example, in the JOptionPane, arrow keys don’t change [...]

Slides and demo source code for my JavaOne 2008 BOF session


As I mentioned before, I had an interesting BOF session for the this year JavaOne. The title is “Workaround Swing Bugs”. Even though it was conflicted with the afterdark party, there was still a decent number of people showed up. Since several people asked for it, I post the slides and the demo source code below.
Slides for [...]

Discussions on Swing, RIA and JavaFX


Kirill just posted an interview with me on his blog on Swing, RIA and JavaFX. It is a series of interviews with Amy Fowler, Mikael Grev and myself. I guess Kirill probably will have more interviews after the first three. Interesting discussions.

JWebPane


This is something Java/Swing community has been crying for years. We even received numerous requests to make such a component (and we declined all requests). That’s a lightweighted Swing component for html viewing (or editing). JDIC gave us some hope several years ago even though it is JNI based but that’s project went nowhere. There [...]

JDAF 2.0 official release


After nine month beta period, we finally release JIDE Desktop Application Framework officially. Comparing to other JIDE component products, JDAF is a whole different story. It is a ground-breaking platform for developing truly cross-platform desktop applications in Java and Swing. There are many concepts in JDAF that are the first of its kind, such as [...]

Auto-fit visible rows only


I don’t like Vista as it is apparently slower than XP. However I discovered something nice about it. Today, I was doing a build on Vista and I double clicked on Explorer table header to auto-fit a column, I noticed it didn’t fully expanded as I knew there is a long file name in this [...]

Rotate an Icon in Java


One user asked us to add a method to IconsFactory to rotate an icon for any angle. Sounds like a simple thing to do but it took me a while to get it right. It is checked in to JIDE Common Layer as part of 2.2.2 release. See below for the complete source. Feel free to [...]

Workaround Swing Bugs


I got an interesting BOF session for this year JavaOne. The topic is “Workaround Swing Bugs”. If you are Swing developers like me, you must feel frustrated by bugs in Swing. However, let’s look at it from the bright side. There are several components or features in JIDE are introduced because of Swing bugs. For example, [...]

JIDE 2.2.1 release - GroupList, DualList and AggregateTable


We just had 2.2.1 release and introduced several cool components. Here are the screenshots. You will know what those components for immediately after seeing them.
(click to see full size image)
GroupList 
 

DualList
 
AggregateTable

Where will you use JIDE Dashboard?


Last Friday we released 2.2 version. This is a major release. In this release, we introduced a new product called JIDE Dashboard. This is again a customer contract but we kept the copyright within JIDE so that we can release it as a product.

What is JIDE Dashboard exactly? If you want me to explain in one [...]