I have not posted recently as I am spending all my available time on my new application but I though I post some new code example for those that like learning by example. So here we have for today I have example how to. 1) Created a JLabel final JLabel currentNumber = new JLabel(“0”, JLabel.CENTER); […]
Posts from November 2014
Calculator Now working on Win8.1
Happy to say and finally managed to get the calculator working, in the end I installed a Win8 VM and managed to resolve the issue quickly but I can tell you it’s hard when you do not have a System and you are trying to develop for it. So on my next update Windows 8 […]
Windows 8 PATH issue
I removed Windows 8 calculator from the download as I am having PATH issues, can someone with Windows 8 download this small java file and let me know what the output is as I can’t figure out how java displays Windows 8 and also where the application data is located on Windows 8 and I […]
Lesson 4 – Change Backgroup Colour
It has been a few days since I posted anything and that is simply because I started working on a new little project/application now that the CalculatorOrangeLite is finished and uploaded. I was going to work on the Calculator Pro (scientific) but decided to give that a rest for a while and decided to start […]
Java check OS dependancy
As you are aware java is multi-platform so itβs nice and easy for developers as we have to code only once and should in theory always work on all platforms apart from when you require to interact with the System it self at that point you need to tell Java what system it is and […]
You must be logged in to post a comment.