Gallery control for the Ribbon
This time an update to the ribbon control. I’ve done some tweaks to the UI as well as to the API and added a new control called a Gallery. Below you can see an image of the updated Ribbon. In the next...
View ArticleWhat’s new in Java 8u40
Java 8u40 is a small release but never the less has some interesting improvements: Formatted textfield Text entry control that displays formatted text such as phone number, date etc. Restricts input to...
View ArticleContextual Ribbon Tabs for the Ribbon
A small update to the Ribbon control: Contextual Ribbon Tabs. Some controls should only appear when a particular object is selected because they only affect the configuration of that object. This is...
View ArticleMetro style spinner for java (JMetro)
It’s been a while since I’ve worked on JMetro. This time a control that’s not part of the windows framework: the spinner. I opted to style the control in its STYLE_CLASS_SPLIT_ARROWS_HORIZONTAL style,...
View ArticleMetro style DatePicker for Java (JMetro)
This time the DatePicker gets the jmetro treatment. Another control that is not part of the windows framework (XAML UI Framework) at least not in the form JavaFX presents it. Here are the screen...
View ArticleMetro style Choice Box for java (JMetro)
This time the Choice Box. Another control that’s not part of the windows framework (XAML UI Framework). ChoiceBox – light theme ChoiceBox – dark theme Update: The check mark that appears in the...
View ArticleMetro style List Box for java (JMetro)
This time the ListView which is called ListBox in the windows sdk: ListView – light theme ListView – dark theme If you are using JMetro please send me pics of your applications.
View ArticleToggleSwitch control revisited
Going through JMetro I just remembered the Toggle Switch control that I have created. It reminded me that this should be in a control repository next to other controls, publicly available for anyone to...
View ArticleJavafx on mobile first impressions
I decided to give it a go at testing javafx in an android device. My android device might be considered a low end device, it’s a nexus 4 from LG. The result can be seen below in a video. The quality of...
View ArticleSite has moved
Just a quick notice to inform you guys the site has moved to www.pixelduke.com All new content will be posted there. If you access this site directly you’ll be redirected to the new address. See you...
View Article