Desktop Java
-
Setting up development environment for GWT
Introduction This is part of series intended to develop cross platform mobile applications in Java. In this blog post we…
Read More » -
JavaFX Tip 9: Do Not Mix Swing / JavaFX
The JavaFX team has tried very hard to convince us that migrating from Swing to JavaFX is easy because of…
Read More » -
JavaFX Tip 8: Beauty Is Skin Deep
If you are developing a UI framework for JavaFX, then please make it a habit to always split your custom…
Read More » -
JavaFX Tip 7: Use CSS Color Constants / Derive Colors
When working on FlexCalendarFX I got to the point where I had to define a set of colors to visualize…
Read More » -
JavaFX Tip 6: Use Transparent Colors
Picking the right colors for your user interface elements is always a great challenge, but it is even more challenging…
Read More » -
How to create MIDlet in J2ME
Overview Java Mobile Application is called J2ME. Normally when we are working in the mobile technology field then we must…
Read More » -
JavaFX 8u20 Days of Future Past (Always On Top)
It’s been a long time since I’ve posted topics relating to JavaFX. So, if you are still following along, awesome!…
Read More » -
JavaFX Tip 3: Use Callback Interface
As a UI framework developer it is part of my job to provide ways to customize the appearance and behavior of…
Read More » -
JavaFX Tip 2: Sharp Drawing with Canvas API
When I initially started out working with the Canvas API I noticed that the results of my rendering code were…
Read More »