I have recently created a versionControl in my Calculator pulling a version file from a URL and it works great the example can be found here . Well that is great but when I was running some tests I noticed if there was no internet connection or there was no version file available it had […]
Posts from October 2014
Lesson 02 – simpleGUI
In order to start given your SimpleGUI some personality without making much changes to the exiting code you only have to add a couple lines more and that can be achieved by creating a container, getting the current details from the pack we created earlier and add a REG background colour to it, obviously it’s not going to stay RED forever […]
Lesson 01 – simpleGUI
I decided to write a blog and what better than to writing about what I love doing and learning and be able to share it as some sort of lessons for us all. BEFORE YOU START: I am sorry if the language / English is not up to scratch it’s not my first language or […]
Java simple versionControl
I have not had much time today but managed to implement a version control function in the calculator that will allow you to check for new version when available as I am constantly improving and changing it will be good if you know when there is a update. I am still deciding where to run […]
Config file finished
I just implemented a bit of code that will save the theme style to the config file also allowing you to load the calculator theme colour and theme style just as it was when you closed it, you own style is your own preference. Basically as you can see from the code I am re-creating […]
You must be logged in to post a comment.