David Qiao's Blog

Vista Icon Set

by David Qiao on Jun.30, 2008, under Icons, JIDE

After a few month preparation, we got one more icon set ready. It is for Windows Vista this time. It has the same number of icons as the first XP icons except it gets bigger. The Vista style is more realistic than illustrative, but not quite photorealistic. Icons have a maximum size of 256×256 pixels (comparing to 64×64 maximum in XP icon set), making them suitable for high-dpi (dots per inch) displays. These high-resolution icons allow for high visual quality in list views with large icons. We tried to use the same design idea as the existing Vista’s icon so that your application looks consistent with any native Vista applications.
 
Here are some links for this icon set.
 
Vista Icons
 
Leave a Comment :, , more...

Arrow key support in ButtonPanel

by David Qiao on Jun.22, 2008, under JIDE, Java and Swing

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 button focus. So I decide to add this feature. it has about 200 lines simple code. I included it below. The javadoc tells you how to use it. It is already checked in to JIDE Common Layer so feel free to check it out and use it. JIDE’s ButtonPanel called it already. JideOptionPane, since it uses ButtonPanel, also works beautifully.

Leave a Comment :, more...

Support Synthetica L&F in JIDE

by David Qiao on Jun.17, 2008, under JIDE

I had been working closely with Wolfgang in last couple of months or so trying to support Synthetica L&F in all JIDE product lines. I am glad to say we are finally there. You can find some nice screenshots of our demos under various Synthetica themes below. They are all taken under JIDE 2.2.8 release with Synthetica 2.7.2/SyntheticaAddons 0.9.7.

Wolfgang, thanks for the support. The Synthetica L&F looks awesome.

Leave a Comment :, , , more...

Slides and demo source code for my JavaOne 2008 BOF session

by David Qiao on Jun.06, 2008, under Conferences, Java and Swing, Technology

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 BOF-5133
Demo Souce Code for BOF-5133

Leave a Comment more...

Discussions on Swing, RIA and JavaFX

by David Qiao on May.24, 2008, under JIDE, Java and Swing, Technology

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.

Leave a Comment more...

JWebPane

by David Qiao on May.08, 2008, under Conferences, Java and Swing, Technology

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 was no indication that Sun is working on it, until the first day of JavaOne when a JWebPane component was announced. Surprise! The demo looked pretty good. It is just there is no demo for public to play with at the moment. I am certainly eager to give it a try when it is avaialble in June or July.

For those whose are interested in it, the author just posted a blog on it.
http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html

Leave a Comment more...

See You at JavaOne 2008

by David Qiao on May.05, 2008, under Conferences

It is JavaOne time again this week. Even though I talked with many of you in emails or over the phone but never met in person. If you will be in San Francisco for this year JavaOne, let’s see if we can meet! I will have a BOF-5133 on Thursday night from 8:30 to 9:20 PM at Hall E 135. The topic for the BOF “Workaround Swing Bugs”, which is coincidentally something we are doing all the time. So please come and join me during that time. If you want to schedule another time to meet, you can email me at david at jidesoft.com and suggest a time. I will check email and will be in Moscone Center most of the time during the day. Enjoy and Have Fun at JavaOne!

Leave a Comment more...

JDAF 2.0 official release

by David Qiao on Apr.15, 2008, under JIDE, Java and Swing, Technology

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 Managed UI, OS-guideline driven Application UI, built-in MVC and FileFormat etc. It also provides easy integration with JIDE Docking/Action Framework and DocumentPane. I encourage to check out the JDAF product page or the self-guided JDAF tutorial to learn more about JDAF and find out how it can make your application development easier.

Leave a Comment more...

JIDE Icon Set – beautiful icons for your Java/Swing applications

by David Qiao on Mar.20, 2008, under JIDE

Here is the exciting news for all developers who hate being forced to design icons (I said it for myself :) . As JIDE is focused on UI design area, we think it would be nice if we can create some icons for our customers who are Java/Swing developers. Developers are not good at designing icons but icon is a very important part to any user interface. You can’t just ignore it. So after several months of hardwork, we finally release our first stock icon set with 141 professionally designed icons. This icon set is built by our graphic designer along with our developers for JIDE component products. By combining both the artistic talent and the logical thinking talent together, this icon set is designed with developer in mind which makes it extremely easy to use in any software applications, especially for Java/Swing applications which all our existing JIDE customers and users are building. It even comes with a jar file that you can put into your class path and start to use those beautiful icons right away. Anyway, you can find more information about the developer oriented features over here. Even though it is not free, the price for this icon set is at a very affordable $149.99 for the Java version which is roughly $1 per icon. At the same time, we also introduced custom icon design services to meet your need. If you dream to have a consistent user interface with a set of unique icons across all applications in your company, we are right here to help you.

file-new.pngfile-save.pngfile-print.pngfile-property.pnghardware-clock.png

Here are a few links related to this icon set.

Hope you will like those icons. If you have any suggestions, please feel free to let me know.

Leave a Comment more...

Auto-fit visible rows only

by David Qiao on Mar.08, 2008, under JIDE, Java and Swing

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 folder. Bug? I soon realized it only auto-fits the cells that are currently visible. I have to say this is a great idea as user only cares about what they can see when they auto-fit. I verified on Windows XP, it doesn’t work like that so it is obviously a new feature Vista introduced.

TableUtils class in JIDE Grids has autoResizeAllColumns and autoResizeColumn method which will auto-fit the columns in a JTable. If JideTable#setColumnAutoResizable(true), user can double click on the table column header between two columns to auto-fit the column, just like what Excel and Explorer (pre-Vista) does. It worked greatly. However when there are a huge number of rows in that table, or the getValueAt method of the table model is very slow, the cell renderer is slow to create, it could take a long time. User reported this issue on PivotTablePane as the autoResizeAllColumns method is slow on huge pivot table. I’ve been spent time to tune it but still not satisfied with it. But this new discovery on Vista gives me the hope. I quickly changed the code and added an extra parameter “visibleRowsOnly” to TableUtils#autoResizeColumn(…). The performance is excellent (of course, as there are only 20 visible rows when I tested on a table with 10000 rows) as it took less than 1 ms comparing to ~200 ms before. So if you are using this feature in JIDE Grids, you can consider using this new feature if it makes more sense to auto-fit the visible rows only in your application.

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!