↧
Tip #1: FXML Model Simplification
Today I open a new category of posts, I will try to publish periodically some tips about JRebirth Application Framework. I begin with a FXML model simplification inspired by @Jerady adm4ee application,...
View ArticleTip #2: How to runAndWait with JRebirth Thread Engine
Last week I saw an interesting blog entry from Kynosarges that deal with the missing feature Platform.runAndWait(…) that was available into Swing. While I was reading it, I figure that JRebirth Thread...
View ArticleTip #3: Never Write ‘new Thread()’ Again
As you probably know JRebirth has a powerful thread engine that kick away all coding complexity that could lead to User Interface corruptions, lags or the worst one a totally frozen interface. It’s...
View Article