
Before GWT 2.5, writing a custom CellRenderer to present data in a certain manner was very complicated and very difficult to achieve.
All the custom UI code...
0 replies - 2704 views - 12/05/12 by Mrabti Idriss in Articles

If you're writing a desktop or Java Web Start program in Java using
Swing, you might feel the need to run some stuff in the background by
creating your own...
0 replies - 4129 views - 12/04/12 by Java Advent in Articles

IntroductionSome of you may have already seen our first Spring video, but if not, let me give you a little bit of background. DZone HQ is the home of a local...
2 replies - 20350 views - 10/22/12 by Will Soprano in Articles

There are various modes in which you can style a window in JavaFX.
Sometimes it may be interesting to style it in a minimalist way without
any...
0 replies - 1617 views - 09/14/12 by Pedro Duque Vieira in Articles

Here’s a small post on how you can target text on UI controls through CSS.
Just do this:
<control> .text
{
/* CSS targeting the text in the UI...
0 replies - 2852 views - 09/11/12 by Pedro Duque Vieira in Articles

This is part five of a six part series related to a JavaFX 2 Game Tutorial.
I know it’s been a long time since I blogged about gaming, but
hopefully...
0 replies - 2012 views - 09/05/12 by Carl Dea in Articles

I’ve just finished rewriting a component of my app
that was using Swing and now is using JavaFX, I’ve ended up with a
JavaFX component that integrates...
0 replies - 4988 views - 09/04/12 by Pedro Duque Vieira in Articles

In a previous article, we looked at how to set up Google Cloud Messaging (GCM) in Android applications. We learned that GCM is a free service that allows us to...
0 replies - 5399 views - 08/21/12 by Tony Siciliani in Articles

A cool, new patterns white paper has been published. http://www.ibm.com/developerworks/websphere/zones/portal/proddoc/zkjavaajax/ Summary: This white...
0 replies - 1006 views - 08/13/12 by Simon Massey in Announcements

My team has
officially released the next version of our JVM programming language,
Quorum 1.5. As always, this is fully integrated into the NetBeans Platform...
0 replies - 6395 views - 07/15/12 by Andreas Stefik in Announcements

Two popular methods of indexing existing data are the Data Import
Handler (DIH) and Tika (Solr Cell)/ExtractingRequestHandler. These can
be used to index...
0 replies - 6758 views - 02/15/12 by Erick Erickson in Articles

In any web development company, there exists two different worlds; well there are more, but we’ll just focus on - front end (designers) & back end...
13 replies - 7914 views - 01/30/12 by Veera Sundar in Articles

I have completed all three of my Progressive JavaFX 2.0 talks in California, at JavaOne 2011, Silicon Valley Code Camp at Foothills College and Silicon Valley...
1 replies - 2950 views - 10/16/11 by Peter Pilgrim in Articles

OAuth is a wonderful standard: it allows users to give permissions to a third-party service to use theirs accounts on a website; but it works without forcing...
2 replies - 6403 views - 10/13/11 by Giorgio Sironi in Articles

Select File -> New -> Other… and choose Plug-in Project, then Next.
In Project name field let’s give a name to our project,...
1 replies - 8276 views - 08/24/11 by Vincenzo Caselli in Articles