• JIDE

    Analysing code size using JIDE TreeMap

    by  • January 18, 2012 • JIDE • 1 Comment

    One of the visualization techniques that people ignored is the treemap. A lot of our customers used our group table or pivot grid to display the data. What you don’t know is the same data can also be visualized in a treemap. And it will be more effective for your users to find out what [...]

    Read more →

    A great enhancement to the CellStyle feature in JIDE Grids

    by  • January 17, 2012 • Java and Swing, JIDE • 1 Comment

    A plain JTable is boring. People usually want to add some styles such as different colors, different fonts, nice little decorations to the JTable cells to make the table more interesting. Before using JIDE Grids, the only way to add styles is to use customized TableCellRenderers. For each unique style, create a TableCellRenderer and associate [...]

    Read more →

    Alphanum Sorting

    by  • December 7, 2011 • Java and Swing, JIDE

    While working on an issue related to the file encoding, I am trying to adjust the file encoding settings in IntelliJ IDEA. I noticed something not quite right about the sort order of the encodings. Naturally the ISO-8859-2 to ISO-8859-10 should appear before ISO-8859-13 and -15. UTF-8 should also appear before UTF-16 and UTF-32. Clearly IntelliJ [...]

    Read more →

    Meet our first JavaFX component

    by  • October 4, 2011 • JavaFX, JIDE

    Now the JavaFX 2.0 is formally released, we will start to roll out some JavaFX components. Our first component is RangeSlider. The Swing RangeSlider is available in the open source JIDE Common Layer (http://jide-oss.java.net). Now we got one for JavaFX. RangeSlider is a slider that has two thumbs. So instead of choosing one value, it [...]

    Read more →

    Having Fun with StyledLabel

    by  • September 10, 2011 • Java and Swing, JIDE

    I’ll start with a question. Using Java Swing, how do you implement something like these?   All three examples are very common in a real application. The first one is to show a ™ trademark sign next to Java. It is the same thing for a ® (registered trademark) sign. The second one is a [...]

    Read more →

    What’s wrong with Apple

    by  • June 16, 2009 • Java and Swing, JIDE, Mac

    Apple just released a new JDK6 on Mac. It is suppose to be a good news but it turned out to be a nightmare. They changed the package structure of Aqua L&F. Many classes that were under apple.laf package are now under com.apple.laf. This breaks pretty much everything we tried to make JIDE looking decent [...]

    Read more →

    Mac OS X Icon Set

    by  • August 27, 2008 • Icons, JIDE

    Just so you know, we release a new icon set for Mac OS X. We are also running a promotion to sell all three icon sets (XP, Vista and Mac) at only $300, which is a very good deal. It is a good chance if you want to own your own icon sets.

    Read more →