@admin
Active 2 years, 5 months ago-
Thibault Helsmoortel commented on the post, Programming Unlockable Achievements 4 years ago
Hi Thom. Sorry for the late reply. Thank you for your feedback. I haven’t written anything else related to this topic, butI thought it would be an added value to create an example repository on Github that you […]
-
Thibault Helsmoortel commented on the post, Adjust Loading Animations in Vaadin 6 years, 8 months ago
Hi Vaibhav,
There’s a section on the centered spinner in the article as well, but I’m not sure if that’s what you are referring to. Do you want to modify the bar to make it a centered spinner or do you just want […]
-
Thibault Helsmoortel wrote a new post, Introducing JShell and Its API 7 years, 1 month ago
One of the new features in Java 9 is called ‘JShell’ and it’s awesome. It is basically a Read–Eval–Print Loop (REPL) implementation for the Java language.
You can run JShell in a command line environment (comm […]
-
Thibault Helsmoortel commented on the post, Adjust Loading Animations in Vaadin 7 years, 3 months ago
Hi Christian, great to hear you got the color changed! Overriding that loading bar to become a spinner in the center of the page doesn’t seem like a great idea to be honest. Mostly the loading bar indicates page […]
-
Thibault Helsmoortel wrote a new post, Enhanced Navigation in Vaadin with NavigationBuilder 7 years, 7 months ago
Developing your navigation needs in default Vaadin is ok, but I thought it could be enhanced a bit. Hence the idea of creating a new addon, NavigationBuilder.
The Idea Behind the Addon
In fact there where […] -
Thibault Helsmoortel commented on the post, Adjust Loading Animations in Vaadin 7 years, 7 months ago
Hi there. Thanks for letting me know. I have updated the post and it should be good now. Let me know if you’re still having issues. You might have to clear your browser cache in order to view the source in the proper format.
-
Thibault Helsmoortel commented on the post, First Impressions On Vaadin 7 years, 7 months ago
That is good to hear. I will check on it as soon as it enters a stable release stage. Thanks for your update.
-
Thibault Helsmoortel commented on the post, Managing Application Properties in Spring Boot 7 years, 8 months ago
Thanks for letting me know, probably something went wrong while editing the post. Fixed it now.
-
Thibault Helsmoortel wrote a new post, Managing Application Properties in Spring Boot 7 years, 8 months ago
Many projects deal with application-wide parameters, mostly called properties. These are inputs to the program, that wouldn’t normally be changed. They do however provide for simple setup in multiple […]
-
Thibault Helsmoortel commented on the post, First Impressions On Vaadin 7 years, 9 months ago
Hey Matti, it is great to hear you think along. I have yet to take a look at your add-on and I will sometime soon.
I do believe there is still quite some room for improvement, so I’ll see what I can do to […]
-
Thibault Helsmoortel wrote a new post, Adjust Loading Animations in Vaadin 7 years, 9 months ago
By default, loading animations in Vaadin are already pretty awesome, though you might want to adjust them to make them fit better with your custom theme.
While tweaking around with the animations myself, I […]
-
Thibault Helsmoortel wrote a new post, First Impressions On Vaadin 7 years, 10 months ago
Lately I have been working a bit with Vaadin, a web UI framework for business applications. The framework offers an experience similar to Swing. ‘Similar’ is a very important word here. Vaadin uses a component […]
-
Thibault Helsmoortel wrote a new post, Clickable Links in Balloon Notifications – IntelliJ Plugin 7 years, 11 months ago
The other day I took another look at my IntelliJ IDEA Plugin project, ‘Pastebin Unofficial’ and it’s notifications. At the time of writing this project is in a very early, basic stage, it is rather an idea that […]
-
Thibault Helsmoortel wrote a new post, Happy Holidays – 2016-2017 7 years, 11 months ago
It’s that time of the year again! Holidays are coming up along with the usual festivities. Here’s about my past year and what’s to come in 2017.
Looking back
Overall 2016 was a great year. The major highlight […] -
Thibault Helsmoortel posted an update 7 years, 11 months ago
I feel I wasn’t really so thorough on the first attempt… http://stackoverflow.com/questions/41298454/how-to-make-a-url-in-a-balloon-notification-clickable/41302563#41302563
-
Thibault Helsmoortel wrote a new post, JToolTip Behavior Outside JFrames 8 years ago
As I was working on a small application, I started implementing a custom JToolTip to be used throughout the app, in stead of Swing’s default JToolTip.
Testing the application I was surprised by the behavior […]
-
Thibault Helsmoortel wrote a new post, In Depth Test Reporting with Allure 8 years ago
Always wanted to do test reporting properly? Allure, an excellent framework to properly report your test runs does just what you’d expect from it.
The main purpose of Allure should be clear. It provides in […]
-
Thibault Helsmoortel's profile was updated 8 years ago
-
Thibault Helsmoortel wrote a new post, Track the Heap With Memory View 8 years ago
With Jetbrains’ recent plugin, ‘JVM Debugger Memory View’ you can go the extra mile while debugging your applications in IntelliJ IDEA and Android Studio. If you want to keep an eye on the heap, the plugin is a […]
-
Thibault Helsmoortel wrote a new post, Programming Unlockable Achievements 8 years ago
So you wrote this game, but would now like to step up? Unlockable achievements is an aspect that enhances your game and it’s fun and interesting to program.
The Concept
Let’s elaborate on the actual purpose […] - Load More